Learn to Code Special! | 30% off ALL ACCESS to One Month ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

Hide

Go On, Say Hello to the Code

Project 1: Lightbox Photo Gallery ยท Lesson 4 ยท


In this lesson, we get familiar with our code and the formatting that is going to make your JQUERY libraries both functional and readable. Comments encouraged!

How do we look at the code?
Erin uses a text editor to look at the code - Sublime, specifically. But any text editor will work.

Once we open the index HTML file, we can right-click and use "Open in Browser" to see what our project looks like so far.

Comments like

<!-- Thumbnail Images -->

and

<!-- JavaScript --> 

are not actual code. These are just notes to help the coder.