VOOZH about

URL: https://www.coursera.org/learn/packt-javascript-foundations-and-essential-concepts-86wc7

⇱ JavaScript Foundations and Essential Concepts | Coursera


JavaScript Foundations and Essential Concepts

Keep adding new skills with 10,000+ programs for $239 (usually $399). Save now.

Gain insight into a topic and learn the fundamentals.
Beginner level

Recommended experience

2 weeks to complete
at 10 hours a week
Flexible schedule
Learn at your own pace

Gain insight into a topic and learn the fundamentals.
Beginner level

Recommended experience

2 weeks to complete
at 10 hours a week
Flexible schedule
Learn at your own pace

What you'll learn

  • Understand JavaScript data types and how to manipulate them for dynamic web development.

  • Master control flow structures like loops, if-statements, and the ternary operator for creating flexible programs.

  • Learn how to interact with the DOM to dynamically alter content, style, and structure of web pages.

  • Build and deploy a complete web application, from coding to deploying using GitHub and Netlify.

Details to know

Shareable certificate

Add to your LinkedIn profile

Assessments

9 assignments

Taught in English

Build your subject-matter expertise

This course is part of the JavaScript Masterclass - Zero To Job Ready With 10 Projects Specialization
When you enroll in this course, you'll also be enrolled in this Specialization.
  • Learn new concepts from industry experts
  • Gain a foundational understanding of a subject or tool
  • Develop job-relevant skills with hands-on projects
  • Earn a shareable career certificate

There are 8 modules in this course

This course features Coursera Coach — your interactive learning companion that helps you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course.

Build a strong foundation in JavaScript, one of the most widely used languages in web development. Designed for beginners, this course guides you step by step through core programming concepts, hands-on coding exercises, and practical projects so you can confidently write JavaScript code and apply it to real-world applications. You’ll begin by setting up your development environment and learning the basics — variables, constants, data types, and essential syntax. Through clear explanations and interactive examples, you’ll understand how JavaScript executes code and how to control program flow using loops, conditions, and logical operators. Next, you’ll explore the power of functions, methods, and object literals, building reusable blocks of code and learning the fundamentals of object-oriented thinking. As your skills grow, you’ll dive into the Document Object Model (DOM), discovering how JavaScript brings interactivity to web pages by manipulating elements, responding to user input, and updating content dynamically. The course concludes with a hands-on final project, where you’ll build a fully functional quiz application and deploy it online using GitHub and Netlify—giving you a real portfolio piece and practical experience with modern web development workflows. By the end of this course, you will have: - Understood JavaScript fundamentals including syntax, data types, variables, and operators. - Controlled program logic using loops, conditional statements, and functions. - Built and managed objects and reusable code components. - Manipulated the DOM to create dynamic, interactive web features. - Created and deployed a complete JavaScript project using GitHub and Netlify. - Gained the confidence to continue your journey into front-end or full-stack development. This course is ideal for absolute beginners and self-taught learners who want to develop solid JavaScript foundations. No prior experience is required—just curiosity and a willingness to learn.

In this module, we will introduce the structure and goals of the course, highlight the major topics covered, and guide you to valuable resources including cheat sheets, starter code, and tools. This setup ensures you begin with clarity and confidence.

What's included

2 videos2 readings

2 videosTotal 18 minutes
  • Introduction to the Specialization5 minutes
  • Resources12 minutes
2 readingsTotal 20 minutes
  • Introduction to the course 'JavaScript Foundations and Essential Concepts'10 minutes
  • Full Course Resources10 minutes

In this module, we will explore the foundational elements of JavaScript, including syntax, data types, variables, strings, numbers, and arrays. You'll also learn how to run JavaScript code and interact with the browser console for debugging and testing.

What's included

16 videos1 assignment

16 videosTotal 156 minutes
  • JavaScript Basics14 minutes
  • Environment Setup / 0037 minutes
  • How to Run JavaScript Files / 0058 minutes
  • Browser Console / 0063 minutes
  • Variables, Constants, and Comments / 00711 minutes
  • Naming Conventions / 007-13 minutes
  • Data Types / 0087 minutes
  • Strings / 00917 minutes
  • String Methods / 01012 minutes
  • Numbers / 01114 minutes
  • Template Literals / 0129 minutes
  • Arrays / 01316 minutes
  • Null and Undefined / 0146 minutes
  • Booleans and Comparisons / 01515 minutes
  • Loose Versus Strict Comparison / 0165 minutes
  • Type Conversion / 0179 minutes
1 assignmentTotal 15 minutes
  • JavaScript Basics - Assessment15 minutes

In this module, we will cover the decision-making and looping mechanisms that determine how code is executed. You'll learn to apply control flow structures to build dynamic, responsive logic in your programs.

What's included

13 videos1 assignment

13 videosTotal 123 minutes
  • Control Flow / 0184 minutes
  • For Loop / 01919 minutes
  • For Loop (in and of) / 019-110 minutes
  • While Loop / 0208 minutes
  • Do While Loop / 0215 minutes
  • If Statements / 0226 minutes
  • Else and Else If / 02310 minutes
  • Logical Operators / 02413 minutes
  • Logical NOT / 0254 minutes
  • Break and Continue / 02614 minutes
  • Switch Statements / 0279 minutes
  • Scope (Global and Local) / 02814 minutes
  • Ternary Operator / 028-18 minutes
1 assignmentTotal 15 minutes
  • Control Flow - Assessment15 minutes

In this module, we will delve into functions, exploring their syntax, types, and how they simplify repetitive tasks. You’ll also work with arrow functions, methods, and callback functions for more advanced JavaScript programming.

What's included

8 videos1 assignment

8 videosTotal 91 minutes
  • Functions - I / 0296 minutes
  • Functions - II / 03016 minutes
  • Arguments and Parameters / 03116 minutes
  • Returning Values / 03210 minutes
  • Arrow Functions / 03313 minutes
  • Functions and Methods / 0345 minutes
  • forEach Method and Callbacks / 03512 minutes
  • forEach Method / 03612 minutes
1 assignmentTotal 15 minutes
  • Functions - Assessment15 minutes

In this module, we will examine how objects work in JavaScript, how to define and access their properties and methods, and how they differ from primitive data types. You'll also explore the Math object and objects within arrays.

What's included

8 videos1 assignment

8 videosTotal 78 minutes
  • Object Literals - I4 minutes
  • Object Literals - II / 03811 minutes
  • Methods / 0398 minutes
  • 'this' Keyword / 0409 minutes
  • Objects in Arrays / 04116 minutes
  • Math Object / 04210 minutes
  • Primitive Versus Reference Types - I / 04311 minutes
  • Primitive Versus Reference Types - II / 043-28 minutes
1 assignmentTotal 15 minutes
  • Object Literals - Assessment15 minutes

In this module, we will focus on the DOM and how JavaScript interacts with HTML elements. You'll learn to select, modify, create, and delete elements, handle events, and implement advanced topics like bubbling and delegation.

What's included

14 videos1 assignment

14 videosTotal 160 minutes
  • DOM Introduction / 0443 minutes
  • DOM In-Depth / 0455 minutes
  • Query Selector / 04618 minutes
  • Selectors / 0476 minutes
  • Controlling Content (Add/Delete) / 04814 minutes
  • Attributes (Get/Set) / 04916 minutes
  • Changing CSS Styles / 0508 minutes
  • Classes (Add/Remove) / 05118 minutes
  • Relationships (Parent/Child/Siblings) / 05212 minutes
  • Events - I / 053-19 minutes
  • Events - II / 053-29 minutes
  • Creating and Removing Elements / 05412 minutes
  • Event Bubbling and Delegation / 05513 minutes
  • More DOM Events / 05618 minutes
1 assignmentTotal 15 minutes
  • Document Object Model - Assessment15 minutes

In this module, we will work with forms and related events, including submission, validation, and user input handling. You'll also learn to use regular expressions and respond to keypresses and other interactive behaviors on the page.

What's included

7 videos1 assignment

7 videosTotal 65 minutes
  • Events Inside Forms / 0574 minutes
  • Submit Events / 0598 minutes
  • Regular Expressions / 06015 minutes
  • Testing RegEx Patterns / 0618 minutes
  • Basic Form Validation / 0625 minutes
  • Keyboard Events / 06311 minutes
  • Events on HTML Page / 06513 minutes
1 assignmentTotal 15 minutes
  • Form and Form Events - Assessment15 minutes

In this module, we will build a real-world quiz application from scratch to apply the concepts learned throughout the course. You’ll design the UI, write functional logic, track user scores, and deploy your project live on the web.

What's included

8 videos1 reading3 assignments

8 videosTotal 89 minutes
  • Project Demo / 2102 minutes
  • Template Structure (Optional) / 21124 minutes
  • Template Structure (Optional) / 21211 minutes
  • Working with Answer / 21312 minutes
  • Score Update / 2147 minutes
  • Reload / 21510 minutes
  • Final Demo / 2162 minutes
  • Project Deployment Using GitHub and Netlify / 32121 minutes
1 readingTotal 10 minutes
  • Conclusion to the Course 'JavaScript Foundations and Essential Concepts'10 minutes
3 assignmentsTotal 90 minutes
  • Project: Quiz Application - Assessment15 minutes
  • Full Course Resources60 minutes
  • Full Course Practice Assessment15 minutes

Earn a career certificate

Add this credential to your LinkedIn profile, resume, or CV. Share it on social media and in your performance review.

Instructor

Offered by

Why people choose Coursera for their career

👁 Image

Felipe M.

Learner since 2018
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
👁 Image

Jennifer J.

Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
👁 Image

Larry W.

Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
👁 Image

Chaitanya A.

"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."

Frequently asked questions

Yes, you can preview the first video and view the syllabus before you enroll. You must purchase the course to access content not included in the preview.

If you decide to enroll in the course before the session start date, you will have access to all of the lecture videos and readings for the course. You’ll be able to submit assignments once the session starts.

Once you enroll and your session begins, you will have access to all videos and other resources, including reading items and the course discussion forum. You’ll be able to view and submit practice assessments, and complete required graded assignments to earn a grade and a Course Certificate.

If you complete the course successfully, your electronic Course Certificate will be added to your Accomplishments page - from there, you can print your Course Certificate or add it to your LinkedIn profile.

This course is currently available only to learners who have paid or received financial aid, when available.

Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.

Financial aid available,