Web Development & Programming

Unit 2 Lab 2

JavaScript Methods

Mr. Torres, Instructor

Learning Outcomes

image of inter-connected cubes
Abstraction

I can define abstraction and explain its importance in defining and using functions in JS

image of letters with arrows showing the next letter
Parameters

I can write JS objects that contain and use methods while using appropriate syntax

image of different color arrows
Debugging

I can use various approaches to identify, test, and correct errors in my code.

image of doors within doors
Nesting

I use function calls (and their returned values) as arguments for other functions.

Focus Question: How do we define and call functions in JS?