Challenge Hints: Programming Logic & Languages

A list of hints for the challenges in the Programming Logic & Languages lesson.

Last updated - June 30, 2023

 

Checkpoint Try linking to "myscript.js" inside the "src" attribute
Round and Round

Did you declare 3 separate script tags in your HTML file?

Did you add a comment for each script tag?

The JavaScript stacked website

Did you include at least 4 different linked script tags?

Did you include a comment for each linked script tag that you created?

The JavaScript Sandwich

Did you create 2 linked script tags on the outside?

Did you include at least three script tags in the middle of the two linked tags?

For more help with JavaScript, check out our JavaScript Reference Guide!