Skip to content

Commit

Permalink
Edit example text
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidwilliams committed Nov 17, 2019
1 parent c3010be commit c5c8e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lessons/module-2/scope-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Let's look at a more complex example:


```js
1 var modTwoTeachers = ['Brittany', 'Robbie', 'Pam'];
1 var modTwoTeachers = ['Brittany', 'Hannah', 'Khalid'];
2
3 function calculateEvals (teachers, classSize) {
4 return classSize / teachers.length;
Expand Down Expand Up @@ -234,4 +234,4 @@ What are the most important/significant ideas or elements about how the JS engin
* [Ultimate Guide to Execution Contexts, Hoisting, Scopes and Closures](https://www.youtube.com/watch?v=Nt-qa_LlUH0)
* [JavaScript Visualizer](https://tylermcginnis.com/javascript-visualizer/)
* [Creation Phase & Hoisting](https://www.youtube.com/watch?v=FJNRmUdLlfw)
* [Function Expressions vs. Function Declarations](https://gomakethings.com/function-expressions-vs-function-declarations)
* [Function Expressions vs. Function Declarations](https://gomakethings.com/function-expressions-vs-function-declarations)

0 comments on commit c5c8e83

Please sign in to comment.