Skip to content

improve javascript

  • wrap code in IFFE
  • add 'use strict' statement
  • cache window and document object
  • hoist variables to top of function
  • cache values in variables

Merge request reports