canadalearningcode / llc-intro-to-browser-extensions

Intro to Browser Extensions with JavaScript
https://ladieslearningcode.github.io/llc-intro-to-browser-extensions/slides-en.html
Other
8 stars 10 forks source link

Update code snippet to use length property. #9

Closed jrmykolyn closed 6 years ago

jrmykolyn commented 6 years ago

Problem Statement Currently, the 'IRL Loops' code snippet features an example which uses the length property incorrectly. For students that are paying close attention, this may cause confusion or lead to errors within their own code.

Solution Update snippet to display correct usage by removing trailing parentheses.