Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Udemy

JavaScript - Start Developing Applications in 2 Hours Free!

via Udemy

Overview

An Introduction to JavaScript Client-Side Scripting and Object-Oriented Programming.

What you'll learn:
  • Object-Oriented Javascript
  • Event Handling

JavaScript is the scripting language of the Web.

In a prototyping language every object is an instance of a class. What that means is that objects can be defined and developed on the fly to suit a particular use, rather than having to build out specific classes to handle a specific need. This opens the door for very rapid and flexible development as well as a wide array of possible design patterns that would not be possible in more structured languages. The ability to prototype also allows seamless extension of existing classes, even built in ones.

JavaScript is interpreted by the browser and over time (most) browsers have adapted to giving power users enough freedom to look under the hood and see or even change the JavaScript that's running behind your favorite sites. Pressing F12 on most browsers will open the console which can let you talk directly to the JavaScript and explore it from a top down perspective. In addition to this, many talented developers have created their own publicly available and free tools that make working with JavaScript even easier.

Using these tools makes it very easy to debug your JavaScript too. Any error you run into can be traced back to the exact place it occurred in the browser console or in FireBug. You can place breakpoints in the page code in order to debug the code using traditional methodologies, or simply unit test the bits in the console until the part that isn't working becomes happily apparent.

While JavaScript is probably not the first language that comes to mind when talking about O.O.P. (object oriented programming), it is absolutely able to make use of Object Oriented Design Patterns and principles.

JavaScript may have had humble beginnings, but has grown astronomically over the last decade in scope and application. It is fully supported by all modern browsers and works seamlessly with HTML/DHTML, CSS3 and background services via AJAX. Take a look at its growing popularity compared to other popular languages.

Why this course?

  • Complete demonstration on specified concept
  • Source Code is available for Download
  • Lab Exercises
  • Easy to understand

Upon completion of this course, you'll be able to -

  • Write your own Web-Application for your website
  • Code your own Objects
  • Will have, In depth understanding of JavaScript code.

Taught by

Gautam Devaraj

Reviews

4.2 rating at Udemy based on 614 ratings

Start your review of JavaScript - Start Developing Applications in 2 Hours Free!

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.