Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chasekap authored Oct 21, 2020
1 parent 753f8fe commit f16666b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-intro-to-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ But what actually goes in those ""? We need a **repeatable task, or way of doing

So let's go back to our \<script> tag, and write some javascript to define a **function** that tracks how many times we've clicked our element.

```var clicks = 0;```
```var click = 0;```

In english, this means
```define a variable called click, and start it at zero```
Expand Down

0 comments on commit f16666b

Please sign in to comment.