Learn JavaScript in 12 Minutes

  Рет қаралды 2,757,257

Jake Wright

Jake Wright

9 жыл бұрын

Learn the fundamental features of JavaScript - the language used to add dynamic, interactive content to websites. I teach you how to get started with JavaScript, how to use variables, operators, arrays, properties, methods, custom functions, conditionals and loops. In 12 minutes.
LEARN HTML IN 12 MINUTES
• Learn HTML in 12 Minutes
LEARN CSS IN 12 MINUTES
• Learn CSS in 12 Minutes
LEARN PHP IN 15 MINUTES
• Learn PHP in 15 minutes
Support this channel at / jakewright
--------- Text Editors ---------
For Windows users, I recommend using Notepad++ to edit HTML files:
notepad-plus-plus.org
For Mac users, I recommend Sublime Text:
www.sublimetext.com
----------------------------------------
SUBSCRIBE FOR MORE
kzbin.info_cente...
TWITTER / jakewrightuk
FACEBOOK / jakewrightuk
INSTAGRAM / jakewrightuk
jakewright.net

Пікірлер: 2 600
@muhammadsaad8531
@muhammadsaad8531 7 жыл бұрын
Advice, put the speed of the video to 2 and learn JavaScript in 6 Minutes.
@TW0man4RMY
@TW0man4RMY 5 жыл бұрын
LOL
@jonathanmathew6060
@jonathanmathew6060 5 жыл бұрын
capture video on 2x, reupload and watch the repost on 2x
@hamzawaleed
@hamzawaleed 5 жыл бұрын
Install chrome extension for 3x, Thanks me now.
@jakubklos3438
@jakubklos3438 5 жыл бұрын
And I was for spending 200$ for a javascript 6 months course....thanks !!! xD
@andreaaldrich4046
@andreaaldrich4046 5 жыл бұрын
OMG. I am not kidding, I came here to type the exact same thing. I just put mine in 2X. Ha
@FluidFlyer
@FluidFlyer 8 жыл бұрын
Wow...I was pretty suspicious about a claim to "Learn JavaScript in 12 Minutes", but you actually did a really good job of explaining a ton of material in a short amount of time.
@JohananJoysingh
@JohananJoysingh 8 жыл бұрын
i second that! :).. i was doubtful as well. Also i watched the video in 1.5x and it was amazing.. lol.. :D
@servantofchrist439
@servantofchrist439 8 жыл бұрын
What application You use to code
@JohananJoysingh
@JohananJoysingh 8 жыл бұрын
i think he is using Sublime Text... :) not sure though ... it must be
@seanfilyaw
@seanfilyaw 8 жыл бұрын
note pad++
@user-ns1zp8wz2g
@user-ns1zp8wz2g 8 жыл бұрын
It's sublime, it's what i use. I also use notepad++.
@dfusic
@dfusic 5 жыл бұрын
wtf i watched this and now i am full stack javascript developer at facebook??? thx
@r4hu1gunner
@r4hu1gunner 5 жыл бұрын
ROFL
@saurovdas4645
@saurovdas4645 4 жыл бұрын
😂
@EidosGaming
@EidosGaming 4 жыл бұрын
I watched it and I accidently hacked into the NASA
@purplep3466
@purplep3466 4 жыл бұрын
​@@r4hu1gunner NOPE
@zhangirzhandauov1398
@zhangirzhandauov1398 4 жыл бұрын
😂😂😂😂
@AkhdanRasiq
@AkhdanRasiq 4 жыл бұрын
Book : I teach you to understand JavaScript in 24 Hours Jake Wright : Hell No... I can do it in 12 Minutes
@christopherbrinkley7237
@christopherbrinkley7237 6 жыл бұрын
In all honesty, you've actually explained it better than 2 weeks of my online class.
@2TheAbbeyClinic
@2TheAbbeyClinic 6 жыл бұрын
Man, you were not kidding, you DID cover the essence of coding in JS. As a raw beginner, I already feel like I am up and running in the language. Thank you!
@RareTechniques
@RareTechniques 5 жыл бұрын
1. // *Variables* (arithmetic) var *num1* = *5;* var *num2* = *3;* var *total* = num1 + num2; document.write(total); = 8 in browser 2. // *Variables* (string/letters) var *alpha* = "ABCDEFG"; var *length* = alpha.length; document.write(length); = 7 in browser (length of string aka amount of letters) 3. // *Arrays* (first, tedious method) var a = *new* *Array* *[7]* a[0] = "cat"; a[1] = "dog"; a[2] = 95; a[6] = "true"; document.write(a[6]); = "true" in browser 4. // *Arrays* (fastest method) var a = *["cat", "dog", 95, true];* document.write(a[0]); 5. // *Functions* (INSIDE ) *function sayHello(who)* { document.write("Hello, " + who); (OUTSIDE ) sayHello("Bob"); document.write(""); = "Hello, Bob" in browser 6. // *Conditional* ; if var a = 7; *if* (a > 10) { alert(a); } *else* { alert("The condition was false"); } 7. // *Conditional Loop* ; For() for (i=0; i
@darkunicorn8450
@darkunicorn8450 5 жыл бұрын
I like the dedication in this comment
@krishnaverma4728
@krishnaverma4728 4 жыл бұрын
Now you can jump to a js framework ....
@13osko
@13osko 4 жыл бұрын
sorry I only speak c++
@bfdmod
@bfdmod 4 жыл бұрын
The crazy part he reran the whole video in one go no edits, gg
@user-ek9go5zh3j
@user-ek9go5zh3j 4 жыл бұрын
thank you
@ohtych1004
@ohtych1004 4 жыл бұрын
Instructions unclear: being chased by an AI robot I created
@infuriousgamer1505
@infuriousgamer1505 4 жыл бұрын
😂
@tsuki-1901
@tsuki-1901 4 жыл бұрын
thats funny xD
@saisrisai9649
@saisrisai9649 3 жыл бұрын
😂
@itzyuzuruclips
@itzyuzuruclips 3 жыл бұрын
Legends believe that this peep is still running till this date
@nartechblog
@nartechblog 3 жыл бұрын
kzbin.info/www/bejne/e6are393j5mWerc
@playerzer0876
@playerzer0876 4 жыл бұрын
Game Developers: This game has 24 hours of Gameplay. Speed-runners:
@FluxleX
@FluxleX 4 жыл бұрын
started watching and damn in 13th minute google sent me email to hire me.
@dubiousproductions4815
@dubiousproductions4815 4 жыл бұрын
Nep-Ani-Lov rly?
@khf3940
@khf3940 4 жыл бұрын
@@dubiousproductions4815 lol he's just joking
@dubiousproductions4815
@dubiousproductions4815 4 жыл бұрын
Khalifa Hamad ok xD my bad
@someoneontheinternetuvenev6268
@someoneontheinternetuvenev6268 3 жыл бұрын
@@dubiousproductions4815 bruh
@nartechblog
@nartechblog 3 жыл бұрын
kzbin.info/www/bejne/e6are393j5mWerc
@shamo4895
@shamo4895 5 жыл бұрын
Knows you can’t learn js in 12 minutes clicks any way. 🙃
@EverlyScott
@EverlyScott 5 жыл бұрын
I mean, you actually can... I learned the basics of js and css in a couple minutes each, yeah I didn’t know everything you could do, but i knew quite a lot for a couple mins
@if6532
@if6532 5 жыл бұрын
@@EverlyScott Sorry bro ,but you know absolutly nothing about js and css if all you did was watch videos for a couple of minutes
@EverlyScott
@EverlyScott 5 жыл бұрын
I F I didn’t watch videos, I self learned it... I searched up if you could do it if I didn’t know how and I learned a lot in a couple minutes
@TehBluPanda
@TehBluPanda 5 жыл бұрын
Yeah, I don't really know what I was expecting...
@EverlyScott
@EverlyScott 5 жыл бұрын
Yoo Hoo nah, just learning for fun
@shashikanthp3145
@shashikanthp3145 5 жыл бұрын
For someone who's already familiar with programming concepts, trying to go through every thing in the book when learning a new language is soo boring and often I give up... But videos like these are gold mine for me, which teach exactly what's enough !!! Thanks a lot mate !!!
@milostrbojevic3546
@milostrbojevic3546 5 жыл бұрын
That is true
@wrench2678
@wrench2678 6 жыл бұрын
the fact that you condensed a 24 hour book (or atleast the important parts as you stated in the beginning) into 12 minutes and you did it well , im very impressed , i thank you for this tutorial
@ezhilvelme8821
@ezhilvelme8821 9 жыл бұрын
Can you make another video "Learn more JavaScript in 12 min", or maybe in 15min
@edlb
@edlb 9 жыл бұрын
Yes. Please!
@leejarry2620
@leejarry2620 9 жыл бұрын
ed b uh,,,,maybe in one year ,
@prateek9701
@prateek9701 6 жыл бұрын
Excellent job pal!
@chees720
@chees720 6 жыл бұрын
its been 2 years, whats up?
@popoticky-9152
@popoticky-9152 5 жыл бұрын
4 years **
@raknos13
@raknos13 5 жыл бұрын
This shit is legit, I watched this and now I'm a full stack developer at Facebook. Thanks so much dude
@daniellazenberry9402
@daniellazenberry9402 5 жыл бұрын
lmao he needs to cash out on Udemy with this video
@mrman8152
@mrman8152 5 жыл бұрын
This is a repost
@rakinrahman890
@rakinrahman890 5 жыл бұрын
Lol
@274pacific
@274pacific 5 жыл бұрын
I to can copy the top comment from 2 month prior.
@raknos13
@raknos13 5 жыл бұрын
@@274pacific Why so salty? I saw the potential in the comment and phrased it better
@Falcon-ux9ch
@Falcon-ux9ch 4 жыл бұрын
Why am I watching this, I do frontend web development for a living
@jordanwatts696
@jordanwatts696 4 жыл бұрын
Is it a fun job?
@peacebeuponus8951
@peacebeuponus8951 4 жыл бұрын
What should learn to be a Front End Developer as a Beginner?
@huetrashme0947
@huetrashme0947 4 жыл бұрын
@@peacebeuponus8951 HTML, CSS, JS, jQuery, maybe Bootstrap
@ShaniTheBurningTree
@ShaniTheBurningTree 3 жыл бұрын
Why not?
@rishabhjain3902
@rishabhjain3902 3 жыл бұрын
Are you enjoying your job
@evindrews
@evindrews 4 жыл бұрын
I love tutorials like this. Often, courses start with a long winded, slow introduction covering the basics that takes sometimes hours. I find however the best way to learn is by doing, especially with simple concepts, and a lot of the times it can just be learned as you work on more complicated uses.
@mikel7574
@mikel7574 5 жыл бұрын
This guy literally taught everything my introduction to software engineering class taught in one semester in 12 mins.. I was worried about passing the exam but less worried now
@victorlotz3457
@victorlotz3457 5 жыл бұрын
How in the world did you waste a whole semester learning basic JavaScript?
@Jaghusus.1
@Jaghusus.1 4 жыл бұрын
This is me rn dude
@TechSupportDave
@TechSupportDave 4 жыл бұрын
@M B yeah. luckily we have moved on. now the teacher assumes everyone can do everything that is required of them, and nobody complains. That's how it should be everywhere.
@adamhostetler7873
@adamhostetler7873 4 жыл бұрын
I eat Cereal with Water how do I make a button object?
@engageintellect
@engageintellect 3 жыл бұрын
It’s crazy how watching this a year ago I would have been lost. Now after learning python, go, and a little C I was able to understand everything shown here... I guess people like me are precisely who these videos are for. Loved your 12 minute go variable. Would like to see one in C/C++ or Java as well.
@akashbharadwaj1
@akashbharadwaj1 Жыл бұрын
ikr... knowing python makes me comfortable in learning whats going on.... starting with an easy language is imporant... where are you now in learning all this?
@rondes4754
@rondes4754 Жыл бұрын
I know I'm late to the party, but I want to thank you, I watched your html and css videos, then I started learning Javascript with this video, I even bought the same book on ebay, let me tell you I never did any programming and web development before, and I'm glad I'm learning thanks to people like you, who share their knowledge with others, thanks a lot.
@rondes4754
@rondes4754 Жыл бұрын
@@bridgets9194 Awesome, thanks a lot.
@balaw1980
@balaw1980 Жыл бұрын
This has been around awhile, so you probably don't read your comments anymore, but in case you do... Thanks for such a clear, simple, and complete intro to JS. It was exactly what I was looking for.
@ayoutubechannel5630
@ayoutubechannel5630 5 жыл бұрын
Useful for people who already know Javascript.
@ConsuelaPlaysRS
@ConsuelaPlaysRS 4 жыл бұрын
What, this video? No it's not lol - no one who is proficient with JavaScript will find this video useful because they already know the material; it's very beginner-friendly stuff.
@markalexisposadas6383
@markalexisposadas6383 4 жыл бұрын
@@ConsuelaPlaysRS useful
@dexterjettster8875
@dexterjettster8875 3 жыл бұрын
If you don't already know Javascript you have no idea what he is saying
@kylerowland1227
@kylerowland1227 3 жыл бұрын
Ado Sibalo as a very beginner who has never seen any JavaScript, I agree with you wholeheartedly.
@daviddavis
@daviddavis 3 жыл бұрын
@@dexterjettster8875 I just started coding. I understand what he means and what hes saying.
@jonkbox2009
@jonkbox2009 4 жыл бұрын
Twelve of the best minutes I've spent doing online training. Showed the language essentials and how to run it. Enough to get me started. THANKS.
@bovineox1111
@bovineox1111 2 жыл бұрын
Thanks for the video. For those watching, JS is not solely a client side language, it is a lightweight language that typically runs in the browser but it is not longer the sole place, things have moved a lot since 2014. JS is at the core of node and raw JS is good for Lambdas, particularly as the cold boot times are very low. It's also, very recently, the sole language supported by CloudFront functions that run at the very edge.
@angledcoathanger
@angledcoathanger 7 жыл бұрын
This was exactly what I needed. It may however be beneficial to some to put a disclaimer that some programming experience is requisite to understanding the content.
@anilmawji
@anilmawji 7 жыл бұрын
Exactly what I was thinking. Some of the terminology used was not explained in the video.
@wrench2678
@wrench2678 6 жыл бұрын
i know your comments are a year old and you probably figured it out but i spent 2 months learning the basics of javascript and coding and discovered lots of terminology , this video was the massive boost i needed to where i am now , in other words this is similar to school , sometimes you have to teach yourself
@ugoarmandopaniagua3257
@ugoarmandopaniagua3257 6 жыл бұрын
Hentai404
@ugoarmandopaniagua3257
@ugoarmandopaniagua3257 6 жыл бұрын
Anil Mawji
@lucky765
@lucky765 6 жыл бұрын
Hentai404 oo
@stevem437
@stevem437 2 жыл бұрын
I'll be honest, as someone who had absolutely no knowledge about the language, but experience with others, this was amazing. I know it's 7 years later but your crash course taught me sooo much in a short amount of time.
@omwase
@omwase Жыл бұрын
this guy is no different from Bucky Roberts. #short video with broad coverage well explained.
@kingofthenerds7925
@kingofthenerds7925 5 жыл бұрын
Love the easy pace and the depth out into each part, it makes it so much easier to comprehend!
@zainaliamin3491
@zainaliamin3491 4 жыл бұрын
Who is here, focusing more on Comments than Video?
@gauravsaini6556
@gauravsaini6556 4 жыл бұрын
@Zain Amin me 😅
@megicalfootball3128
@megicalfootball3128 4 жыл бұрын
Meee
@JBMorris9
@JBMorris9 4 жыл бұрын
Came to shit on the title.
@benjamindreyer9884
@benjamindreyer9884 4 жыл бұрын
Me😅
@kontanaro3979
@kontanaro3979 4 жыл бұрын
me bruh
@lucidot
@lucidot 7 жыл бұрын
Jake, Thanks for this lesson in beginning JavaScript. It's amazing how quick and precise you condensed a text book chapters into this time frame.
@rafiramzy7570
@rafiramzy7570 5 жыл бұрын
I had a basic on c & php language, but not javascript yet. After i watch this video, damn man U good at teaching, very simple, and obvious. Thankyou
@ankitrawat659
@ankitrawat659 4 жыл бұрын
It's almost like php only differences i saw Js ------------------------- PHP document.write = echo var = $ 😂😂😂😂
@cubemanpdx
@cubemanpdx 5 жыл бұрын
This is exactly what I was looking for. I am a well versed programmer of a proprietary language, and what I was looking for was a very rapid overview of how to use variables, operators, arrays, properties, methods, custom functions, conditionals and loops, etc (the core of the language), so I could see how it differed from the language I was used to. No, I can't sit down and start writing JavaScript code today, simply from watching this video, but I now have a firm grasp of the fundamental features of the JavaScript language. Again, exactly what I was looking for.
@mariesandland1028
@mariesandland1028 Жыл бұрын
I missed my first javascript class last week and have spent about 4 hours watching various "learn javascript in an hour" videos and finished every one them as clueless as I started. Finally it's starting to make sense! Thank you! 🙌
@dymproductions
@dymproductions 8 жыл бұрын
People expect to be able to watch this video and be experts at Java. This video is an excellent clarifier and even starter. And it's like maths, you can sit and watch videos all day but if you don't practice and experiment, you won't know a thing.
@hypnogri5457
@hypnogri5457 6 жыл бұрын
dymproductions Java != Javascript
@randomtinypotatocried
@randomtinypotatocried 6 жыл бұрын
*JavaScript
@okie9025
@okie9025 5 жыл бұрын
Javascript is NOTHING like Java. They're COMPLETELY DIFFERENT languages
@gauravarya8952
@gauravarya8952 7 жыл бұрын
Nice that you increased font size, reducing stress on your eyes. Thank you.
@cecilelebleu5984
@cecilelebleu5984 5 жыл бұрын
Thank you! I've spent days browsing courses and none of them explains the bases as simply and straightforward as this video did. Now I can actually understand what's going on and continue with "the good stuff".
@sterlingday6362
@sterlingday6362 4 жыл бұрын
Been taking a class for a few months and already learned everything for the semester in this video. Thanks!
@abridgetool
@abridgetool 4 жыл бұрын
Last five Years : Literally Nothing 2020 : Suddenly youtube is interested to teach me JS.
@SnoopyThe4th
@SnoopyThe4th 7 жыл бұрын
Amazing video, so concise, so clear, incredibly useful. Many thanks!
@ErichForler
@ErichForler 4 жыл бұрын
This is exactly what I was looking for. Quick. Concise. Allowed me to take my knowledge of other languages and gave me a frame of reference to start working with Javascript. Thanks!
@nicholaskled8003
@nicholaskled8003 5 жыл бұрын
You have the teacher inside you. You have the ability to transfer your knowledge. Just knowing isn't enough if you want to call your self teacher. And you got that element inside you. Thank you.
@shruthi7000
@shruthi7000 5 жыл бұрын
This is everything i need to know for my exam tomorrow. thanks a ton!
@yogionutube
@yogionutube 3 жыл бұрын
Which exam ?
@spEgodawatta
@spEgodawatta 9 жыл бұрын
No words to say about your work effectiveness. Great. Short, Clear, Visible and more. Thank you very much. My Fundamental of CSS is your Video about CSS. Expect more from you Jake
@ast453000
@ast453000 3 жыл бұрын
This is very good because it is results-oriented teaching. He tells you the minimum you need to know to get a result. After you get the big picture, you can then go into the details. So many tutorials and teaching platforms don't get this. They start with the detail, so it takes forever before you can actually do something with your knowledge, by which time you've forgotten everything.
@priyankamukherjee2450
@priyankamukherjee2450 3 жыл бұрын
this much input in 12 minutes without any unnecessary talks seemed great. subscribed.
@PaulnJenna
@PaulnJenna 4 жыл бұрын
"Learn JavaScript in 12 Minutes" - I've spent about 30 minutes reading the comments lol
@allanpimble7198
@allanpimble7198 8 жыл бұрын
I agree with the comments of gandyands. I did not realize how similar Javascript was to other languages. I looked at your video because I am looking to get started with Meteor, and I had no knowledge of Javascript. This is a fabulous intro to Javascript. Please add more lessons.
@asmanhudaykuliyev661
@asmanhudaykuliyev661 2 жыл бұрын
For someone like me, who already has experience in C++, this was really easy to understand, and it had a ton of information for 12 minutes. Narrating voice was distinctive and really satisfying to listen to. I absolutely enjoyed the video!
@ayushchaudhary4649
@ayushchaudhary4649 2 жыл бұрын
I have learned js from many places but, the way he explained made me understand every single line of code without any doubts.....Thanks Jake
@web_dev-rl2ve
@web_dev-rl2ve 5 жыл бұрын
Great video Jake. You have a fast way of explaining a lot of info. I already knew most of what you said but even total newbs probably came away with their heads full. JavaScript is a great language to learn as one of your firsts. Thanks and keep making great videos like this
@DarkoLoq86
@DarkoLoq86 8 жыл бұрын
Thank you, man, this kind of videos are really practical and useful.
@ChickyBiccy
@ChickyBiccy 4 жыл бұрын
I started a coding course on Monday. Got a bit of the basics but I still struggle. This has helped a lot. Thank you.
@dustywhite2
@dustywhite2 4 жыл бұрын
Best 12 minutes spent all day. Working my way through someone else's *lonnnng* course and just needed a break.
@tylerreynolds7372
@tylerreynolds7372 8 жыл бұрын
this tutorial is useful if you already have some background information. thanks !
@PierrePutter
@PierrePutter 5 жыл бұрын
As someone who has coded in many different languages all ready this is perfect.
@e-ben616
@e-ben616 3 жыл бұрын
As someone with a python background, I was only interested in learning how JavaScript varies from python and the tutorial was spot on
@bb4telia
@bb4telia 5 жыл бұрын
This was the best use of 12 minutes! It did exactly what it promised. Simple, easy to emulate, and I became a follower!
@filostroud157
@filostroud157 4 жыл бұрын
You are a genius. I thought Javascript was gonna be so difficult and you've just explained perfectly. Life saver, brilliant job
@ABeardedDad
@ABeardedDad 5 жыл бұрын
This video has one of the best, clearest explanations of for loops I've seen anywhere.
@13thxenos
@13thxenos 5 жыл бұрын
This was a great video! And I'm amazed on how similar JS and Python are. Especially lists and arrays.
@BenoitAdam
@BenoitAdam 4 жыл бұрын
Wow I'm digging C since 2/3 weeks and now I know basic Javascript in 20 minutes. Thanks !
@twotwoasjjuh1025
@twotwoasjjuh1025 5 жыл бұрын
I have 0 experience with coding but I am looking around after effects expresions and this was very helpfull GREAT JOB!
@CodeSadhu
@CodeSadhu 3 жыл бұрын
This is exactly what I was searching for before starting off with React. Thanks! Great video!
@adytya
@adytya 3 жыл бұрын
I'm exactly in the same situation
@TheDrewCrawford
@TheDrewCrawford 8 жыл бұрын
You sir have increased my knowledge and for that I thank you. Very concise. Great job :D
@oneofthenicks2885
@oneofthenicks2885 2 жыл бұрын
This was a great syntax reference as someone getting into javascript that has knowledge of other languages. Thank you!
@The0Stroy
@The0Stroy 2 жыл бұрын
It's great video not for learning from zero but to remind and clarify basics if you know them already.
@dtan13
@dtan13 5 жыл бұрын
I accidentally learned it in 3 minutes Anyone same?
@purplishdreamish
@purplishdreamish 5 жыл бұрын
Actually some time ago a friend asked me to add a thing to his Discord bot (written in node.js). I warned him that I had no experience with JS but proceeded nevertheless. For my surprise the language actually was so familiar that one or two Google searches after I had successfully written a bunch of (apparently still) working code on a language I had never saw a line of code before
@trywin9825
@trywin9825 4 жыл бұрын
@@purplishdreamish That is what i call a good friend lol.
@ghostboyfriend8951
@ghostboyfriend8951 3 жыл бұрын
@@purplishdreamish SHSHAJDJND IM LEARNING THESE BASICS TO MAKE A DISCORD BOT AND I SEE THIS COMMENT LMAOOO
@dremiq6670
@dremiq6670 5 жыл бұрын
lol why did i watch a 7 hour tutorial when i coulda watched this
@queenmarshall4871
@queenmarshall4871 5 жыл бұрын
Thanks Jake! I'm learning Javascript for work and your video helps me a lot.
@Its_saulbreh
@Its_saulbreh 4 жыл бұрын
I took an udemy course on coding and whatnot and the video solidified all the important parts of javascript for me, thanks!
@joefagan9335
@joefagan9335 4 жыл бұрын
👏👏just exactly what I was looking for
@lynlee7675
@lynlee7675 8 жыл бұрын
Nice!Learning should have been like this.
@TalsonHacks
@TalsonHacks 3 жыл бұрын
Obviously It isn’t a comprehensive vid, but the best tutorial for JavaScript ever on KZbin
@supersoaker253
@supersoaker253 5 жыл бұрын
I took multiple notes during class last week and could not piece together everything. This video gave me multiple “ohhh” and “uh huh” moments. Great video, you got yourself a new sub.
@munozppk
@munozppk 9 жыл бұрын
Speed of information is great for people who have previous programming experience definitely not for beginners.
@smilecorpers3120
@smilecorpers3120 9 жыл бұрын
He was fast
@fabianvasquez3585
@fabianvasquez3585 9 жыл бұрын
Even a beginner at programming surely must know how pause a youtube video though? ;-)
@massimehrkhah607
@massimehrkhah607 5 жыл бұрын
you explained it quite clearly. you make a good instructor. would be nice to put more short tutorials on youtube. thx.
@Vostro123
@Vostro123 5 жыл бұрын
The best short and valuable video about JS I’ve ever seen! Thanks a lot!
@betacrash
@betacrash 5 жыл бұрын
Thanks, Jake! That was excellent. Definitely not gonna be pooping out code any time soon but this definitely gave me enough understanding to be able to poke around and know what's going on.
@justinshort3296
@justinshort3296 8 жыл бұрын
Good video Jake! I watch a lot of these and not many are good like this one! THANKS MAN!
@ResanChea
@ResanChea 5 жыл бұрын
This was pretty nice to follow
@JoshLeTissier
@JoshLeTissier 5 жыл бұрын
This was very helpful. I had started learning JavaScript a couple of months ago and needed to refresh my memory.
@conciliator6440
@conciliator6440 4 жыл бұрын
Thanks, I'm familiar with Java and used javascript a long time ago but needed a refresher, this was perfect for me
@cybersecurityexpert6135
@cybersecurityexpert6135 5 жыл бұрын
i did learn pretty much everything in that short period of time thanks :)
@dreammaker3037
@dreammaker3037 4 жыл бұрын
The chant of metta.
@saniaahmad7854
@saniaahmad7854 5 жыл бұрын
Thank you so much 12 productive minutes (y)
@tushariche9802
@tushariche9802 4 жыл бұрын
It wasn't Full JavaScript but still you covered much in 12 mins .. Appreciated 👏🏻👏🏻
@taynjae
@taynjae 5 жыл бұрын
Very comprehensive video. I decided just today that I wanted to start learning JavaScript as it would help me become a biomedical engineer. This video was very easy to understand and I love that you put in the description the different application sites so I could download the necessary apps. Thanks for you help.
@becomingfred
@becomingfred Жыл бұрын
Am a biomed too...how does js related to boomed eng
@theVedagya7
@theVedagya7 7 жыл бұрын
Awsome work brother
@villea9359
@villea9359 6 жыл бұрын
cringe cringey af Dudethis is so cringey
@villea9359
@villea9359 6 жыл бұрын
i know its cringey af and we are all doing it for the memes it just looks like ur jelous af
@villea9359
@villea9359 6 жыл бұрын
Beat no one was talking to u and there was nothing wrong with my english stfu pls we did it for the memes
@villea9359
@villea9359 6 жыл бұрын
Beat my keyboard didnt put the a in jealous
@villea9359
@villea9359 6 жыл бұрын
Creative Guise ok
@exxotic_reaper2230
@exxotic_reaper2230 5 жыл бұрын
This is amazing You did very good so... I want to congratulate you for helping us with Javascript! :D if(comment includes "Thanks") print("Your Welcome!")
@numbkaiya8611
@numbkaiya8611 5 жыл бұрын
you don't need "var" behind "if", because an if statement is not a variable.
@ngreat4390
@ngreat4390 4 жыл бұрын
Poondatheoriginal is script tag used for a variable?
@bluestripes6037
@bluestripes6037 3 жыл бұрын
In all seriousness, this was *shockingly* informative. I've done a bit of c# coding in my hobbyist Unity game making phase and maybe because of that this went in great! Thank you so much dude.
@RivalD666
@RivalD666 3 жыл бұрын
Most concise and on point tutorial i have ever seen, amazing
@evrlstMUSIC
@evrlstMUSIC 7 жыл бұрын
confirm("A wild Pikachu appeared! Charmander, I chose you!"); var myTotalDamage = 0; var myDamageLeft = 50; var totalDamage = 0; var damageLeft = 30; var potionCount = 3; var pokeballCount = 5; var damageCounter = function() { if (totalDamage >= 30) { confirm("Pikachu fainted!"); } else { pikachuAttack(); } }; var myDamageCounter = function() { if (myTotalDamage >= 50) { confirm("Charmander fainted! You flee to a Pokemon Center."); } else { pokemonBattle(); } }; var pikachuAttackDamage = function(damage) { myTotalDamage += damage; if (damage 0.1) { charmanderAttackDamage(5); } else { confirm("Charmander missed!"); pikachuAttack(); } break; case 'EMBER': var emberAttack = Math.random(); if (emberAttack > 0.25) { charmanderAttackDamage(10); } else { confirm("Charmander missed!"); pikachuAttack(); } break; case "FLAME THROWER": var flameThrowerAttack = Math.random(); if (flameThrowerAttack > 0.5) { charmanderAttackDamage(20); } else { confirm("Charmander missed!"); pikachuAttack(); } break; default: confirm("That is not an attack! Please select TACKLE, QUICK ATTACK, EMBER, or FLAME THROWER!"); pokemonBattle(); break; } break; case 'BAG': var bagChoice = prompt("Use POKEBALL or POTION?").toUpperCase(); switch(bagChoice) { case 'POKEBALL': if (pokeballCount > 0) { confirm("Use a POKEBALL?"); var catchChance = totalDamage * 10 * Math.random(); if (catchChance >= 50) { confirm("Success! Pikachu has been caught!"); confirm("Pikachu's data has been added to the Pokedex.") } else { confirm("Oh no! Pikachu broke free!"); pikachuAttack(); } pokeballCount = pokeballCount - 1; } else { confirm("You ran out of POKEBALLS!"); pokemonBattle(); } break; case 'POTION': if (potionCount > 0) { confirm("Use a POTION?"); if (myDamageLeft = 0.33) { confirm("You have escaped!"); } else { confirm("You cannot escape!"); pikachuAttack(); } break; case 'VIEW STATS': var statChoice = prompt("View BAG ITEMS, MOVES, MY HP, or OPPONENT HP?").toUpperCase(); switch(statChoice) { case 'BAG ITEMS': confirm("POKEBALLS: " + pokeballCount + " POTIONS: " + potionCount); pokemonBattle(); break; case 'MOVES': confirm("TACKLE - Damage: 10 Accuracy: 75% QUICK ATTACK - Damage: 5 Accuracy: 90% EMBER - Damage: 10 Accuracy: 75% FLAMETHROWER - Damage: 20 Accuracy: 50%"); pokemonBattle(); break; case 'MY HP': confirm(myDamageLeft); pokemonBattle(); break; case 'OPPONENT HP': confirm(damageLeft); pokemonBattle(); break; default: confirm("That is not an option. Please select MOVES, MY HP, or OPPONENT HP.") pokemonBattle(); break; } break; default: confirm("That is not an option! Please select ATTACK, BAG, FLEE, or VIEW STATS!"); pokemonBattle(); break; } }; var pikachuAttack = function() { var pikachuMove = Math.random(); if (pikachuMove 0.25) { pikachuAttackDamage(10); } else { confirm("Pikachu missed!"); pokemonBattle(); } } else if (0.25 < pikachuMove 0.1) { pikachuAttackDamage(5); } else { confirm("Pikachu missed!"); pokemonBattle(); } } else if (0.5 < pikachuMove 0.25) { pikachuAttackDamage(10); } else { confirm("Pikachu missed!"); pokemonBattle(); } } else { confirm("Pikachu uses VOLT TACKLE!"); var pikachuVoltTackleChance = Math.random(); if (pikachuVoltTackleChance > 0.5) { pikachuAttackDamage(20); } else { confirm("Pikachu missed!"); pokemonBattle(); } } }; pokemonBattle();
@dancekinghoseok4608
@dancekinghoseok4608 7 жыл бұрын
Chris Mercer wow you're so good at it
@Zen-rw2fz
@Zen-rw2fz 6 жыл бұрын
thx for that pokemon script
@fezii9043
@fezii9043 6 жыл бұрын
I read through that all lol
@gaiusflaminius4861
@gaiusflaminius4861 6 жыл бұрын
Umm, could you please write a version of this code in AppleScript? Would aid to comprehend actual sense of these statements.
@lagreewithyourcomment
@lagreewithyourcomment 4 жыл бұрын
I've learned more from this than watching an hour tutorial
@TheCraftero
@TheCraftero 4 жыл бұрын
Yeah usually in long tutorials they teach the theory more. But don't forget that the theory is important too
@kkingbd
@kkingbd 5 жыл бұрын
Wow, This dude did an amazing job within 12 minutes. It is very helpful if you already knows java or any other languages.
@Cygnus0lor
@Cygnus0lor 5 жыл бұрын
These videos are great, no trash content and concise. Good job man.
@Jeff073
@Jeff073 6 жыл бұрын
Nice tutorial!
@Jeff073
@Jeff073 6 жыл бұрын
This tutorial makes it easier to understand but it's still pretty hard to understand.
@alexanderblatzheim6193
@alexanderblatzheim6193 5 жыл бұрын
More like "Every programming language ever" in 12 minutes.
@MM-vr8rj
@MM-vr8rj 5 жыл бұрын
Basically yeah. Learned C#, HTML CSS before I started learning Javascript and well C# and Javascript and probably most programming languages have the same fundamentals.
@purplishdreamish
@purplishdreamish 5 жыл бұрын
*every imperative programing language with C-like syntax, mind you
@TravisKelleher
@TravisKelleher 6 жыл бұрын
Thanks man, I love the way you covered the basics in a very consumable way.
@laurenbrender3671
@laurenbrender3671 5 жыл бұрын
Thank you, if only i saw this back when i first tried to use learn javascript. this is making so much sense!
@marienabors1172
@marienabors1172 5 жыл бұрын
Thank you so much! This video was a fantastic clarification of so many foundational building blocks of Javascript! He does go fast, but I just paused the video and replayed the parts where I needed to hear it again (and again and again, lol)! This was great; thanks again for posting this video.
@jkovert
@jkovert 5 жыл бұрын
Yes, speed control is essential.
@PerlaStronk
@PerlaStronk 4 жыл бұрын
Book: I can teach you Js in 24 hours Speedrunners: 12 minutes. Take it or leave it
@telisijohn2054
@telisijohn2054 4 жыл бұрын
I wish, I had know this video existed 5 years ago. It just cut through all the bullshit and tech you the most basic but important parts of javascript in a layman language . Jake you are awesome.
@bovrar2nd861
@bovrar2nd861 5 жыл бұрын
Awesome! Thank you very much for this, I was struggling to get JS and this was just what I was needing for condense it in mind.
Learn Docker in 12 Minutes 🐳
12:01
Jake Wright
Рет қаралды 2,1 МЛН
Learn CSS in 12 Minutes
12:11
Jake Wright
Рет қаралды 2,3 МЛН
顔面水槽をカラフルにしたらキモ過ぎたwwwww
00:59
はじめしゃちょー(hajime)
Рет қаралды 37 МЛН
FOOTBALL WITH PLAY BUTTONS ▶️ #roadto100m
00:29
Celine Dept
Рет қаралды 74 МЛН
This Is the Only Way to Truly Learn JavaScript
15:43
Chris Hawkes
Рет қаралды 615 М.
Learn JavaScript FOR LOOPS in 5 minutes! 🔂
5:45
Bro Code
Рет қаралды 19 М.
Learn JavaScript in just 10 Minutes (2021)
17:11
Clever Programmer
Рет қаралды 39 М.
Working from Home at Monzo 🏦 One Year Later
17:29
Jake Wright
Рет қаралды 132 М.
JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour
48:17
Programming with Mosh
Рет қаралды 12 МЛН
The JavaScript Survival Guide
14:47
Fireship
Рет қаралды 713 М.
Docker Compose in 12 Minutes
12:00
Jake Wright
Рет қаралды 1,2 МЛН
A Week in the Life of a Monzo Developer #3
12:00
Jake Wright
Рет қаралды 115 М.
Learn PHP in 15 minutes
15:00
Jake Wright
Рет қаралды 2,7 МЛН
Learn JAVASCRIPT in just 5 MINUTES (2020)
5:15
Aaron Jack
Рет қаралды 1,5 МЛН
3D printed Nintendo Switch Game Carousel
0:14
Bambu Lab
Рет қаралды 4,7 МЛН
📱 SAMSUNG, ЧТО С ЛИЦОМ? 🤡
0:46
Яблочный Маньяк
Рет қаралды 1,7 МЛН
Эффект Карбонаро и бумажный телефон
1:01
История одного вокалиста
Рет қаралды 2,6 МЛН
Xiaomi Note 13 Pro по безумной цене в России
0:43
Простые Технологии
Рет қаралды 1,9 МЛН
Индуктивность и дроссель.
1:00
Hi Dev! – Электроника
Рет қаралды 1,5 МЛН