DeltaV Coding School 102 Reading Notes
[Home] [Growth Mindset] [What is Markdown?] [Coder’s Computer] [Revisions in the Cloud] [Getting Started With HTML] [CSS Beginner Basics] [Dynamic Web Pages With Javascript] [Computer Architecture and Logic] [Programming with JS] [Operators and Loops]
While HTML provides the structure of a page and CSS styles the webpage, Javascript makes the website interactive. Websites are rarely static anymore and have many interactive content. Therefore, it is important for front-end web developers to understand HTML, CSS, and Javascript.
Create a new javascript file that has a .jss extension. Link the javascript file into the document. It can go anywhere but is usually at the bottom inside the body tag. Be sure the file is linked correctly.
Javascript is a text-based programming language that is object oriented. The objects in Javascript contain values that can be accessed in order to perform certain functions. Before understanding more about js, there are a few key ideas and terms that are important to know:
Read more about Javascript by visiting the following [resource].