Introduction to JavaScript -- Lexical structure -- Datatypes and values -- Variables -- Expressions and operators -- Statements -- Objects and arrays -- Functions -- Classes, constructors, and ...
Remove the `doctorize2` function from the JavaScript file which should leave just the function expression. ### Arrow Functions The next way to make a function is using an **arrow function**. Arrow ...