JavaScript

ES6

Note: This new version of JS helps with debuggng and preventing forced errors. “use strict”
and using Let and Const instead of Var. This will make sure variables are not in conflict, and can help prevent an infinite loop.

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.