Master JavaScript - The Most Compete JavaScript Course 2020. Learn ES5,ES6,ES7,ES8,ES9,ES10,ES11...

preview_player
Показать описание
Get the most complete JavaScript course build real-world apps like burny, run to 100 and real API plus lot of challenges.

You will learn:
1. DOM manipulation
2. JavaScript Fundamentals
3. Arrays, Functions, Classes
4. ES5,ES6,ES7,ES8,ES9,ES10,ES11,
5. Webpack
6.Babel
7.NodeJs and NPM

Рекомендации по теме
Комментарии
Автор

I have the first two courses, so I know this will be a great course too.

aaronwillis
Автор

Hey Rick .!!
I'm following your JS course on Eduonix. You r really great exlaining topics on point..!!

On wt convertor pgm I had some around 10 errors (5 on jslint nd 5 on eslint ) as im a beginner i dono abt all these stuffs but by following some tutorials I have resolved those errors by adding .eslintric.js file and by disabling js lint
Now I'm having this new two errors..!!
I'm just a beginner to this u pls help me out of this..!

I'm using Brackets text editor.

Program:

var wt, kg, res, unit;
wt=prompt('Enter weight');
unit=0.45359237;
kg = wt * unit ;
res= kg > 60;
console.log(kg);
console.log('the person should go on a diet' + res);

Errors:

ERROR: Unexpected var, use let or const instead. [no-var] var wt, kg, res, unit;
WARNING: Unexpected prompt. [no-alert] wt=prompt('Enter weight');


-Thanks in Advance

shanmugapriyam
visit shbcf.ru