Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DeNepo/welcome-to-js into main
Browse files Browse the repository at this point in the history
  • Loading branch information
colevandersWands committed Nov 30, 2023
2 parents 70d3721 + bef08b2 commit 1cc19cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion 2-just-enough-javascript/07-variables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ many rules and the rules aren't very complicated, you just need to learn them:

- [javascript.info](https://javascript.info/variables#variable-naming)
- [nexTRIE](https://www.youtube.com/watch?v=O5WlRR-lEDE)
- [launchcode](ntro-to-professional-web-dev/chapters/data-and-variables/more-on-variables.html#naming-variables)
- [launchcode](https://education.launchcode.org/intro-to-web-dev-curriculum/data-and-variables/reading/more-on-variables/index.html#naming-variables)


<details>
<summary>🥚 variable names <strong>can</strong> use numbers, letters, $, or _</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ if (input === '') {

while input === null { // distractor
if (input === '') // distractor
LET input = null;
LET input = null; // distractor
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ divided them into basic and advanced. Advanced exercises can be used in clubs
that have been running for a while, and especially work well when doing a second
code club using the same code snippet.

- [runner](https://runner.code-reading.org/): a slide show to help pace your
code reading session
- [annotate](https://annotate.code-reading.org/#/): a site for loading and
annotating code on the web

- [code reading resources](https://codereading.club/resources)
---

> adapted from
Expand Down

0 comments on commit 1cc19cd

Please sign in to comment.