What is still missing in JavaScript programming language?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

IT Professional Trainer with 15 years of experience in IT Industry

Are you asking (a) “What is it missing to make it all-encompassing?” or are you asking (b) “What is missing to make it as good as other languages?”If you’re asking (a), then every programming language has a significant lack of features, but most of those are omitted deliberately...
read more
Are you asking (a) “What is it missing to make it all-encompassing?” or are you asking (b) “What is missing to make it as good as other languages?”If you’re asking (a), then every programming language has a significant lack of features, but most of those are omitted deliberately to ensure that the language does not become an unwieldy behemoth.If you’re asking (b) then you have misunderstood the complaints about JavaScript. It’s not that it’s missing anything. It has too much. It supports ALL paradigms (functional, imperative, declarative, OO, non-OO, etc.) and it is way too forgiving of programmer error (missing semicolons, lack of type declarations, type inference, etc.), and it has libraries and frameworks galore. It is effortless, in Javascript, to write a crapload of jibberish that cannot be debugged or extended because of this.That’s what everybody seems to be complaining about, including me.It’s a large battery-powered Swiss Army knife with a hammer, a buzz saw, a pitchfork, and thirty-seven other fold-out blades. And when you build something with Javascript, it shows - the source code looks like it was made with a buzz-saw and pitchfork. We want a few precision tools instead. read less
Comments

Tutor

At the moment, JavaScript only compares primitive values such as strings by value (by looking at their contents):> 'ABC' === 'ABC'true3.Putting objects into data structures As objects are compared by identity, it rarely makes sense to put them into (non-weak) ECMAScript data structures such as Maps:const...
read more
At the moment, JavaScript only compares primitive values such as strings by value (by looking at their contents):> 'ABC' === 'ABC'true3.Putting objects into data structures As objects are compared by identity, it rarely makes sense to put them into (non-weak) ECMAScript data structures such as Maps:const m = new Map();m.set({x: 1, y: 4}, 1);m.set({x: 1, y: 4}, 2);assert.equal(m.size, 2); read less
Comments

Experienced IT Trainer/Coach, Founder Win Corporate Training, Counsellor

Type safety is still a issue with javascript becasue variable declaration is not mandatory and also we will not specify the data type while declaring the variable.
Comments

View 1 more Answers

Related Questions

What is the best way to learn JavaScript?
Learn Java Script Basics Learn OOPS and Design pattern in JavaScript Learn Jquery , DOM , JSON etc. Try Framework like ReactJS / AngularJS Refer to online tutorial or get fast track training...
Umamahesh
0 0
5

Which skills do i require to be an better ui developer?

Mainly HTML, CSS, JavaScript and Advance need Javascript Framework like AngularJS, Angular, Ember JS, React JS and so and so.
Soumya Ranjan
Hi, We provide online instructor-led training. I am looking for Java Teacher/Instructor who can teach java via online. If anyone interested then contact me. I have to start the class from tomorrow onwards.
Hi, If you haven't finalised yet, I am interested in being an instructor. I will be teaching the newest version of Java, Java 10. Experience - 3 yrs as Software Engineer, BTech CSE, teaching Java to school and college students since 3 yrs.
Ujjwal Rana

What is an Array?

An array is a collection of (same or different type of) items.In Java and C#, etc., the elements inside the array should be of the same type (e.g. ) while in languages like JavaScript and Python. The elements can be different types also(e.g. )
M
Is it worth learning Node.js? I feel like I should learn TypeScript as well.
Yes, both are good, TypeScript will have bright future
Shubham
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

What Is Mean Stack? Why Mean Stack Is Popular Now?
Mean Stack is standing for MongoDB, ExpressJS, AngularJS and NodeJS. These four javascript solutions create a high performing web application. Mainly JavaScript is the frontend language. It’s working...


Web Technology Tutorial
Web Technology has 2 category Front End (HTML,CSS,JS Etc) Back End/Server Side (PHP,JSP,ASP,ROR Etc) Front End technologies are - HTML, CSS, Bootstrap, Javascript, jQuery etc. Using front end...

Advantage of Node.js over Angularjs
i. Nodejs helps a user to develop scalable network applications. It delivers efficiency along with with event-driven, non-blocking I/O model, which has been proved ideal for real-time data-intensive applications....

Some good resources
Clean Code by Robert C Martin, is available in my profile please download and read it, irrespective of what language you code in, it will change the way you code. Also if you code in Javascript read https://12factor.net/ https://blog.risingstack.com/javascript-clean-coding-best-practices-node-js-at-scale/ For...

Recommended Articles

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...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

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...

Read full article >

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 you