DEV Community

Cover image for JavaScript Fundamentals for Absolute Beginners
Learn to Code
Learn to Code

Posted on • Updated on

JavaScript Fundamentals for Absolute Beginners

Learn JavaScript hands on in quick and easy steps

This hands on JavaScript training course provides the fundamental knowledge necessary to design and develop dynamic Web pages using JavaScript. It introduces students to client-side JavaScript and how the language can be used to turn static HTML pages into dynamic, interactive Web pages.

JavaScript topics include adding JavaScript to a Webpage, use of dialogs to interact with the user and JavaScript intrinsic objects such as Date, Array and Math. Students will also be introduced to the Document Object Model (DOM), creation of functions, event handling, form validation, object creation and more.

What you'll learn

  • Create JavaScript Programs
  • User Variable and Operators
  • Launch Popup Boxes
  • Write conditional and looping logic
  • Create custom functions
  • Handle Events Programatically
  • Catch and handle errors
  • Learn the basics of debugging
  • Manipulate HTML from JavaScript
  • Use the Browser Object Model
  • Do HTML form validation
  • Create custom JavaScript Objects

Top comments (0)