script.js

alert("hello");

// test formatting < > &
if ('a' < 'b' && 'a' > 'b') {
  alert("?");
}