Skip to content

Commit 0e08a9b

Browse files
author
DouglasHdezT
committed
Remove: use strict
1 parent cc701e7 commit 0e08a9b

9 files changed

Lines changed: 0 additions & 18 deletions

File tree

1-Let&Const/Example1.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use-strict'
2-
31
/**
42
* Scope Rules
53
*/

1-Let&Const/Example2.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use-strict'
2-
31
/**
42
* Window object
53
*/

2-ArrowFunctions/Example1.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use-strict'
2-
31
/**
42
* Sintaxis
53
*/

2-ArrowFunctions/Example2.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use-strict'
2-
31
/**
42
* Sintax variations
53
*/

3-AsyncFuntions/Example1.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use-strict'
2-
31
/**
42
* Asyncronus call
53
*/

3-AsyncFuntions/Example2.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use-strict'
2-
31
/**
42
* Await call
53
*/

5-Arrays/Example1.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use-strict'
2-
31
/**
42
* Push, pop, unshift, shift
53
*/

5-Arrays/Example2.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use-strict'
2-
31
/**
42
* Concat, slice and splice
53
*/

5-Arrays/Example3.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use-strict'
2-
31
/**
42
* For each; it's used to go through an array; you can know every item with its position in every iteration
53
*/

0 commit comments

Comments
 (0)