Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

use strict print this

'use strict'
function printThis() {
   console.log(this)
}

printThis()
 
PREVIOUS NEXT
Tagged: #strict #print
ADD COMMENT
Topic
Name
1+9 =