Syntax Coloring

  • Applies color coding to scripts for readability
    • Green = Comments
    • Purple = JavaScript commands
    • Blue = Strings, Reserved words

Syntax coloring improves the readability of a script.

Comments will help you, future you, coworkers, and the next administrator understand the code.

Comments will not affect the code's execution.

JavaScript commands tell the platform what to do.

When writing scripts, you cannot choose a JavaScript reserved words as a variable name.

results matching ""

    No results matching ""