JAVASCRIPT

LINKING EXTERNAL JS FILE TO PAGE FILE

When using the link, put it at the bottom of the body. This allows webpage to load before JS kicks in

INLINE JS

Internal JS will be directly linked to the element. It is messy but good for a quick JS programing

Sample Button with Alert

When button is clicked it will disply alert box.

CODE
I wanna scroll with it, baby!

USING ID's with JS

Sample Text with ID"text"