Learn Java Script Training from the Best Tutors
Search in
Start with hello world.
Use Node to run your JavaScript programs. Ideally, use Jasmine to write test harnesses.
Here's a heads-up:
It's not OO like you know it
It has no private keyword: you use function closures to do this
There are no classes, except in ES6. They are not totally the same as C++ classes
The 'this' pointer can be reassigned. It has different rules to those in C++
Variables declared with var do not have block scope like in C++, and their type can be changed at will
Type coercion rules are woolly
== tests for 'roughly equals' You need === for exact checks
null, undefined, zero and NaN differ in behaviour
Exceptions are untyped. There are no destructors
It's memory managed, new does not need delete
delete exists but is not the same as in C++
There are no collection classes.
There are a lot of callbacks
Functions are JavaScript objects, and this is really good. Functions start a closure which is a unit of scope and encapsulation
There are three ways to make an object
Objects have prototypes, and inheritance is done that way
There are no interfaces. You call methods and they either work or fail
Related Questions
Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com
Ask a QuestionRecommended Articles
Top 6 Skills Required to Become a Web Designer
Here are the top 6 must have skills for every Web Designer : Technical Skills Web designers undoubtedly require very strong technical skills. They must have hands on using Web designing software and tools, such as Adobe Dreamweaver, Fireworks, Photoshop, Flash etc. In addition to the knowledge of design...
Top 5 Skills Every Software Developer Must have
Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today. In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...
Make a Career as a BPO Professional
Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...
Why Should you Become an IT Consultant
Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...
Looking for Java Script Training classes?
Learn from the Best Tutors on UrbanPro
Are you a Tutor or Training Institute?
Join UrbanPro Today to find students near youThe best tutors for Java Script Training Classes are on UrbanPro
The best Tutors for Java Script Training Classes are on UrbanPro