Web Development & Programming

Lab Assignments

Computer Science CTE

Mr. Torres, Instructor

Learning is the only thing the mind never exhausts, never fears, and never regrets.

-Leonardo Da Vinci

Unit 2 JavaScript Programming

UNIT 2 LAB 1

Strings, Variables & Console

Students begin to review some JavaScript basics. We will begin with understanding datatypes (i.e. strings, integers, booleans, etc.); then we move on to declaring variables and printing to the console.

UNIT 2 LAB 2

Defining & Calling Functions

Students will learn the structure of a JS function. They will learn how to define functions without parameters; functions with parameters, and functions with return statements.