0% found this document useful (0 votes)
2 views1 page

JavaScript Intro Notes

JavaScript is a programming language that enhances webpage interactivity. It utilizes variables to store data with let, const, or var, and employs functions to organize reusable code blocks.

Uploaded by

astastaia15
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

JavaScript Intro Notes

JavaScript is a programming language that enhances webpage interactivity. It utilizes variables to store data with let, const, or var, and employs functions to organize reusable code blocks.

Uploaded by

astastaia15
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

JavaScript Intro Notes

What is JavaScript?
JavaScript adds interactivity to webpages.

Variables
Variables store data using let, const, or var.

Functions
Functions help organize reusable code blocks.

Topic Description
What is JavaScript? JavaScript adds interactivity to webpages.
Variables Variables store data using let, const, or var.
Functions Functions help organize reusable code blocks.

You might also like