Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lessons/js-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ You'll also see that we used the `typeof` operator. `typeof` tells whatever the

## Answer

* [The HTML](/intro-to-web-dev-v2/calculator.html) (you can view source on it)
* [The JavaScript](/intro-to-web-dev-v2/calculator.js)
* [The CSS](/intro-to-web-dev-v2/calculator.css)
* [The HTML](/calculator.html) (you can view source on it)
* [The JavaScript](/calculator.js)
* [The CSS](/calculator.css)