3dCodeWorld
3dCodeWorld
  • 22
  • 68 922
JavaScript Strict Equality: A look inside ECMAScript (for the brave)
This video takes a peek at what ECMAScript (the official specification for JavaScript) is saying about the Strict equality operator.
Check it out if you want to see what the rules that browsers follow are.
This is part of a course called 'JavaScript for Visual Learners'
Watch free two-hour video on TH-cam: th-cam.com/video/mV5LnnBmcIQ/w-d-xo.html​
For rest of free Part1 of course + code snippets: 3dcodeworld.teachable.com/​
มุมมอง: 304

วีดีโอ

An in-depth look at the Logical OR operator ( | | ) in JavaScript
มุมมอง 2953 ปีที่แล้ว
Watch free two-hour video on TH-cam: th-cam.com/video/mV5LnnBmcIQ/w-d-xo.html​ For rest of free Part1 of course code snippets: 3dcodeworld.teachable.com/​ This video provides an in-depth overview of Logical OR operator in JavaScript. We will discuss: -What the OR operator does with examples. -How its operand values are passed along (with plenty of visuals to help you understand). -How the OR op...
Let us understand 'Operator Precedence' in JavaScript
มุมมอง 4553 ปีที่แล้ว
Watch free two-hour video on TH-cam: th-cam.com/video/mV5LnnBmcIQ/w-d-xo.html For rest of free Part1 of course code snippets: 3dcodeworld.teachable.com/ MDN web doc operator precedence table: developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence This video provides on overview of operator precedence in JavaScript. We will discuss: -How operator precedence can b...
A very visual introduction to expressions and statements in JavaScript
มุมมอง 1.8K3 ปีที่แล้ว
This video will go over the difference between values, expressions and statements in JavaScript. We will use plenty of visuals to give us mental models for these important components of the language. This is an excerpt from Part 2 of a course called 'JavaScript for Visual Learners''. The first part of the course is available for free at 3dcodeworld.teachable.com/ A two-hour video of the beginni...
First two hours of 'JavaScript for Visual Learners'' course
มุมมอง 4.6K3 ปีที่แล้ว
This video contains the first two hours of my 'JavaScript for Visual Learners' course. For rest of free Part1 of course code snippets: 3dcodeworld.teachable.com/ You can also visit our blog: 3dcodeworld.com/ Apart from additional videos covering the topic of regular objects, the teachable page contains interactive code snippets on each video page, allowing you to practice with what you have lea...
Review of primitive and and regular objects values in JavaScript
มุมมอง 9643 ปีที่แล้ว
This video is part of the review portion of Part 1 of a course called 'JavaScript for Visual Learners'. We will review the primitive values types in JavaScript, as well as regular objects. We will then go over a few additional topics concerning objects which were not discussed in the course so far.
JavaScript for visual learners course
มุมมอง 1.4K3 ปีที่แล้ว
This is the introduction to a new course I am working on called 'JavaScript for visual learners'. In this video we will discuss how the focus of the course will be: 1) Understanding concepts by building them from the ground up 2) A course for visual learners with plenty of 2D models, 3D models and animations.
A bird's eye view of JavaScript
มุมมอง 9533 ปีที่แล้ว
This video is an extract form an online lecture from a course called 'JavaScript for visual Learners' I am currently putting together. We will discuss: -JavaScript is the de facto language of the web -It is dynamically typed, weakly typed and Just-in-time Complied (JIT) -It is used on the front end and the back end -Changes to the language have to be backward compatible -It has evolved into a p...
The History of JavaScript (with timeline)
มุมมอง 9833 ปีที่แล้ว
This video goes over the history of JavaScript from its inception to today. We cover the time just before JavaScript was designed, its early years, and the history of standardization (ECMAScript). This video is part of a series of JavaScript tutorials which are being added to the channel. Here are a few links you may find useful that deal with the history of JavaScript: Brendan Eich: JavaScript...
Why are objects copied by reference in JavaScript (visualized)
มุมมอง 2.7K3 ปีที่แล้ว
This video is part of a series of online tutorials called 'JavaScript for Visual Learners'. I will soon be uploading the first part of the video course in its entirety on this channel, as well as a free course on the Teachable platform, where there will also be interactive code examples. Please subscribe if you want to get notified when this becomes available. This video will use visual example...
JavaScript objects explained: Object literals
มุมมอง 7K3 ปีที่แล้ว
This video is part of a series of online tutorials called 'JavaScript for Visual Learners'. I will soon be uploading the first part of the video course in its entirety on this channel, as well as a free course on the Teachable platform, where there will also be interactive code examples. . Please subscribe if you want to get notified when this becomes available. We will discuss: -Why should we ...
JavaScript objects explained the visual way
มุมมอง 36K3 ปีที่แล้ว
This video will introduce the topic of objects in JavaScript using visual metaphors. We will discuss: -what is an object -why are objects useful as a data structure -What is the specific object terminology (property, key, value, method) This video is part of a JavaScript online course that is currently being recorded. I will be posting many of these videos on this channel, so please subscribe.
Understand the number type in JavaScript (sign | exponent | significand)
มุมมอง 6963 ปีที่แล้ว
This video starts off with an overview of the number type in JavaScript and then goes in depth so that you understand what happens under the hood. You will learn things such as: -why there are safe integers and unsafe integers in JavaScript -what exactly is infinity -why is there a 0 and -O in the language -what is Not-a-Number (NaN) All of these number types are explained by looking at the str...
Welcome to the 3dCodeWorld channel
มุมมอง 6713 ปีที่แล้ว
This channel will provide video tutorials with plenty of visuals that will help you learn JavaScript faster. The channel will be most useful to people who like to understand something before they use it and for people who like to learn visually. Visit our blog: 3dcodeworld.com/ Please subscribe and come back.
Variables and constants in JavaScript
มุมมอง 6583 ปีที่แล้ว
We will learn what a variable is and what the main types of variables in JavaScript are. What is the difference between variables and constants.
Introduction to the string data type
มุมมอง 3.3K3 ปีที่แล้ว
Introduction to the string data type
Character encoding in JavaScript made simple (really simple)
มุมมอง 1.3K3 ปีที่แล้ว
Character encoding in JavaScript made simple (really simple)
Understand computer memory for JavaScript
มุมมอง 2.2K3 ปีที่แล้ว
Understand computer memory for JavaScript
So, what is a value in JavaScript?
มุมมอง 6083 ปีที่แล้ว
So, what is a value in JavaScript?
On learning to code
มุมมอง 5833 ปีที่แล้ว
On learning to code
Understanding functions in JavaScript for visual learners (Part 1)
มุมมอง 1.1K3 ปีที่แล้ว
Understanding functions in JavaScript for visual learners (Part 1)
String method chaining in JavaScript: Learn to code to LEARN TO COOK
มุมมอง 3923 ปีที่แล้ว
String method chaining in JavaScript: Learn to code to LEARN TO COOK

ความคิดเห็น

  • @JJR-Running
    @JJR-Running 5 วันที่ผ่านมา

    As someone who couldn't understand why objects were even necessary, this was very helpful 👌 thank you!

  • @jondrive8801
    @jondrive8801 12 วันที่ผ่านมา

    The objects video was awesome, think i will go through this whole course!

  • @jondrive8801
    @jondrive8801 12 วันที่ผ่านมา

    Awesome. Thank you!

  • @raphaelsousa2046
    @raphaelsousa2046 21 วันที่ผ่านมา

    you sound tired, but good viddeo

  • @Adam-vy1ri
    @Adam-vy1ri 2 หลายเดือนก่อน

    Is there a valid link or site for the first part.

  • @DarkSession6208
    @DarkSession6208 3 หลายเดือนก่อน

    Absolutely best course for Visual learners. Im a 70% visual learner and used C++ and did not understand the WHY behind it, no matter how many explanations i read through, explaination i heard or anything. Im 43 mins into the video and now i know why my code did not work like expected because we visual learners tend to graphically draw a picture from words and that picture is wrong most of the time. So this way explained i learned in those 43 mins more than in 12 hours of C++ courses.

  • @marie-mary564
    @marie-mary564 3 หลายเดือนก่อน

    Definitely awesome

  • @kutu258
    @kutu258 4 หลายเดือนก่อน

    man, you sound like you are about to fall asleep :D good explanation btw

  • @user-vd6wb5ef8v
    @user-vd6wb5ef8v 4 หลายเดือนก่อน

    Thanks, this is clear. Now I wanted to really visual. If I want to create a smile icon as an object and the eyes and the mouth to be nested objects (so that the icon moves along X or Y or Z axis, or rotates, the eyes and mouth moves with it - how shall I approach this?

  • @amotekundev
    @amotekundev 4 หลายเดือนก่อน

    Thank you

  • @theopogo9159
    @theopogo9159 5 หลายเดือนก่อน

    This is an awesome start to a great program. However, the course is not finished, sadly. I would love to purchase the entire course if you find the time to finish it. Thank you for this one at least:)

  • @TezzRah
    @TezzRah 5 หลายเดือนก่อน

    Hey guy, how do I purchase the rest of the course? It says not open for enrolement

  • @taylorkaser7529
    @taylorkaser7529 6 หลายเดือนก่อน

    thank you!

  • @widespectrumcreators4691
    @widespectrumcreators4691 6 หลายเดือนก่อน

    Hardcore tutorials!!

  • @litadabula6120
    @litadabula6120 7 หลายเดือนก่อน

    Very beautiful and easy to understand

  • @lindseyoconnor9269
    @lindseyoconnor9269 7 หลายเดือนก่อน

    This is a great visual representation! I wish I was taught objects this way in the beginning! Thank you!

  • @barrychuckle5565
    @barrychuckle5565 8 หลายเดือนก่อน

    Amazingly well done. Thanks.

  • @job_mg
    @job_mg 8 หลายเดือนก่อน

    Hey mister, are you alive?

  • @Chrisalex_
    @Chrisalex_ 8 หลายเดือนก่อน

    Thank u so much this has been helping big time

  • @madalchemist31
    @madalchemist31 8 หลายเดือนก่อน

    Excellent videos, I love teachers who teach programming in a visual way.❤❤❤

  • @ricnyc2759
    @ricnyc2759 9 หลายเดือนก่อน

    Excellent video! Thank you!

  • @MrAverageViewer
    @MrAverageViewer 9 หลายเดือนก่อน

    This is a really great approach to teaching coding!! I appreciate the visual explanations which make it so much easier to understand!!

  • @fastturtle0
    @fastturtle0 9 หลายเดือนก่อน

    ure underrated! great vid

  • @lambo-ca
    @lambo-ca 10 หลายเดือนก่อน

    Very well explained.

  • @IonutEne
    @IonutEne 10 หลายเดือนก่อน

    Good job

  • @tristonallen4976
    @tristonallen4976 10 หลายเดือนก่อน

    I'm not sure if anyone noticed but he literally animated the subscribe button when he asked us to subscribe. Cooool.

  • @tristonallen4976
    @tristonallen4976 10 หลายเดือนก่อน

    I'm not sure if anyone noticed but he literally animated the subscribe button when he asked us to subscribe. Cooool.

  • @syskproduction4294
    @syskproduction4294 10 หลายเดือนก่อน

    thank you for this video

  • @MrSharkWalsh
    @MrSharkWalsh 11 หลายเดือนก่อน

    This was massively helpful. Thank you for the clear and simple explanation!!

  • @sbeck9205
    @sbeck9205 ปีที่แล้ว

    It says "This school is not open for enrollment." when I try to enroll how can I get your course?

  • @destructor_de_mundos247
    @destructor_de_mundos247 ปีที่แล้ว

    a great explanation in a video thanks...

  • @aloblanko
    @aloblanko ปีที่แล้ว

    I would watch this course but something about your speak is slightly annoying

    • @faysalarab
      @faysalarab 3 หลายเดือนก่อน

      He has an accent and stop being rude

    • @aloblanko
      @aloblanko 3 หลายเดือนก่อน

      @@faysalarab ohhkkayyyyy

  • @jayeshahirrao3868
    @jayeshahirrao3868 ปีที่แล้ว

    just by the annimation it is so simple to understand thanks for your efforts

  • @qaghan.
    @qaghan. ปีที่แล้ว

    This is good.

  • @eude-liamba
    @eude-liamba ปีที่แล้ว

    i love your energy and the idea of making coding more accessible for us visual ones.. thank you.. subscribed : )

  • @nico_avila
    @nico_avila ปีที่แล้ว

    this is a loong shot since you haven't posted anything in two years. But I love the visuals. I wanna see part 2 so bad! lol, seems like one of the few youtube channels that explain the way you do =(. Hope you comeback!

  • @seunopeyemi8120
    @seunopeyemi8120 ปีที่แล้ว

    Great explanation!!

  • @odenmal3178
    @odenmal3178 ปีที่แล้ว

    I just discovered this channel. What a brilliant way to teach! I am not sure why you have so few views. Your content is top-notch! Thank you. I wish you would continue making more videos.

  • @htanid599
    @htanid599 ปีที่แล้ว

    the best explanation on YT. thanks a bunch

  • @ernestogarcia5762
    @ernestogarcia5762 ปีที่แล้ว

    Thanks for you explanation, the visual helped me get the method terminology

  • @dhpcode
    @dhpcode ปีที่แล้ว

    🖐🖐🖐🖐🖐

  • @Terik17
    @Terik17 ปีที่แล้ว

    very good explanation, thank you :)

  • @willemvandenberg5263
    @willemvandenberg5263 ปีที่แล้ว

    Very valuable way of explaining these concepts. Thanks!

  • @mitepainera69
    @mitepainera69 ปีที่แล้ว

    Where can I find part 2? Thanks a lot, mate!

  • @T1MEMusic
    @T1MEMusic ปีที่แล้ว

    Amazing!

  • @divorcesurvivor2605
    @divorcesurvivor2605 ปีที่แล้ว

    nice work man

  • @divorcesurvivor2605
    @divorcesurvivor2605 ปีที่แล้ว

    This is amazing

  • @yaseralwatani886
    @yaseralwatani886 ปีที่แล้ว

    Is it 48bit for the value or 64bit. ? I am confused

    • @thespeakingshutter8302
      @thespeakingshutter8302 ปีที่แล้ว

      By mistake he said 48 bit, it is actually 64bit. You can count as well to be sure.

  • @123seves
    @123seves ปีที่แล้ว

    I really like the teaching method. I would very much like to pay for the rest of the courses.

  • @slymachado.
    @slymachado. ปีที่แล้ว