StandardJS: Javascript Standard Style Guide For Clean Code

preview_player
Показать описание
Get Unlimited Access to Over 20+ courses that will give you the edge you need to get a job as a developer as soon as possible.
Use this link to get 50% Off Coupon Code "FROMYOUTUBE"

IF YOU PREFER TO OWN THE COURSES ON UDEMY USE THIS LINK WILL GIVE YOU A DISCOUNT TO ALL UDEMY COURSES INCLUDING MINES

People always ask me what courses I took to become a successful web developer here are all the links to them. I GUARANTEE THEY WORK!!!!

Ultimate MYSQL Course

Web Developer Bootcamp

JavaScript: Understanding the Weird Parts

ES6 Javascript

Learn React

Angular 4 the complete guide

Please subscribe and give a thumbs up!
New tutorials everyday just for you guys.
Also visit
where you can find all the files for this tutorial
Рекомендации по теме
Комментарии
Автор

it is twice so if you didn't catch something first time, you'll get it second time :D

meonitelexdee
Автор

Damn Joe, you are killin it with the content!👍🏻👍🏻

shanemurphy
Автор

nothing better than a gangster coder :D ;)

RezaMohseni
Автор

Joe in what order should we do the Udemy courses you are recommending? I'm currently almost done the FullStack NodeJS bootcamp and I'm wondering what should I do next?

henryvasquez
Автор

Dammn Joe is going in !!!! the homie dropping more bombs than funk flex on hot 97

nlburnr
Автор

learn something new everyyday! thanks joe

richardc.
Автор

Good content, would appreciate more if actual examples were also shown

programmercouple
Автор

why the hell video is doubled I mean two times the same video

abdulraouf
Автор

You put 2 in 1 "check yourself before you wreck yourself"

cfvyhlp
Автор

But ... Mister Joe semi columns makes the code more readable, it is like a period at the end of a sentence . So what, people are now encourage to write 5 pages essays that looks like one sentence ... I know it is not necessary*** to have semi columns in Js because they will be automatically inserted when you run the script ...

I do not care about spacing (this is not python !) but do not take my semi columns away !

If you like to "minify" your scripts so pages load faster etc ... you should at least use semi columns

//work
function test(){var str = = str+" Joe"}

//no semi column doesn t work
function test(){var str = "super" = str+" Joe"}

philserme