Skip to content
Free Computer Courses
Courses
Search
Categories
Saved
About
Contact
Log in
Home
/
Programming
/
JavaScript Tutorials
/ Functions and objects
Functions and objects
3 lessons in the JavaScript course.
Full JavaScript course
·
Search this topic
·
Programming
Functions
Package reusable behavior with parameters, return values, and clear scope.
Objects
Group named properties, read and update them, and safely handle missing data.
Methods and this
Define object behavior and understand how a method call determines this.