Mmmm without drastic syntax changes ? Classes: There is no semicolon after the function name The function keyword is omitted There are no commas after each definition Interpolation: `${1 + 1}` Multi line strings: ` Now we have a 3rd string delimiter` Fat arrow: $("button").on("click", () => { // really? hanging parens? no function keyword? }); Destructuring: var [first, , last] = [1, 2, 3] // thats a var to assign va…
You mean like CS? '#' actually isn't a very popular choice for this.