Skip to content

Commit

Permalink
add: chapter 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
wbruno committed Jan 16, 2021
1 parent f775b66 commit 4ba615b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capitulo_1/1.1.14/non-use-strict.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sum='1+1'
console.log(eval(sum))
3 changes: 3 additions & 0 deletions capitulo_1/1.1.14/use-strict.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict'
sum='1+1'
console.log(eval(sum))

0 comments on commit 4ba615b

Please sign in to comment.