Using Strict ModeIntroduction to regular expressions
  1. document.write (only when document is loading)
  2. browser sniffing : if(navigator.useragent.indexOf('Netscape“)/if(navigator.appName == 'Microsoft Internet Explorer'), etc.
  3. eval
  4. pseudo-protocols <a href=“javascript:someFunction()”>this</a>