CodeNexus
CodeNexus
  • 30
  • 15 039
JS Fetch in 3 Minutes
Master JS Fetch API in 3 minutes with this simple video!
✅ Quick Concepts outline:
00:00:00 What is fetch?
00:07:24 Fetch syntax
00:47:26 How to use fetch
01:54:25 Fetch options object
02:51:19 Error Handling
03:21:01 Outro
Переглядів: 762

Відео

JS Async and Await in 3 Minutes
Переглядів 2,2 тис.2 місяці тому
Master JS Async and Await in 3 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What is async and await? 00:20:19 How to use async and await 01:55:09 Async and await key points 02:40:09 Outro
JS Promises in 4 Minutes
Переглядів 2,3 тис.2 місяці тому
Master JS Promises in 4 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What is a Promise? 00:12:26 Why do we need promises? 01:01:04 How do we use promises 02:51:19 Promise chaining 03:42:04 Outro
JS Set Timeout in 2 Minutes
Переглядів 1462 місяці тому
Master JS Set Timeout in 2 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What is Settimeout? 00:07:14 Settimeout syntax 00:30:28 How to use settimeout? 01:15:19 What is clear timeout? 01:38:29 How to use cleartimeout? 02:00:02 Outro
JS Ternary Operator in 2 Minutes
Переглядів 2233 місяці тому
Master JS Ternary Operator in 3 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What is the ternary operator 00:09:14 Ternary syntax 00:25:03 Example 1 01:03:17 Example 2 React 01:30:14 Outro
JS Type Conversion in 3 Minutes
Переглядів 1043 місяці тому
Master Type Conversion in Javascript in 3 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What is recursion? 00:06:20 Implicit vs Explicit 00:18:03 Implicit type conversion 01:16:17 Explicit type conversion 02:13:25 Outro
JS Recursion in 3 Minutes
Переглядів 9083 місяці тому
Master Recursion in Javascript in 3 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What is recursion? 00:15:20 Recursion countdown example 00:53:02 Callstack errors 01:39:09 Factorial recursively 02:13:10 Recursion step by step 02:33:28 Outro
JS Comments in 2 Minutes
Переглядів 1893 місяці тому
Master Javascript comments in 2 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What are comments? 00:06:04 Why do we need comments? 00:28:19 Types of comments 00:33:04 Single-line comments 00:41:05 Multi-line comments 00:52:29 Comment best practices 01:36:27 Outro
JS If Else Statements in 4 Minutes
Переглядів 1094 місяці тому
Master Javascript If-Else statements in 4 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What is an if-else statement? 00:10:05 If-else syntax 00:29:00 If statement 01:02:19 Else statement 01:39:22 Else if statement 02:46:16 Nested if statement 03:32:10 Outro
JS Logical Operators in 4 Minutes
Переглядів 684 місяці тому
Master Javascript Logical Operators in 4 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What are logical operators? 00:14:14 Why do we need logical operators? 00:38:09 AND operator 01:17:06 OR operator 02:02:08 NOT operator 02:34:02 Combining operators 03:33:07 Outro
JS Data Types in 3 Minutes
Переглядів 3604 місяці тому
Master Javascript Data Types in 3 minutes with this simple video! JS Objects: ua-cam.com/video/gqRjdvwDzgc/v-deo.html ✅ Quick Concepts outline: 00:00:00 What are Data Types? 00:55:15 Strings 01:20:01 Numbers 01:36:19 BigInt 01:57:17 Booleans 02:01:10 Undefined 02:15:03 Null 02:28:00 Symbol 02:41:19 Objects 02:56:02 Outro
JS Variables in 3 Minutes
Переглядів 3214 місяці тому
Master Javascript Variables in 3 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What are variables? 00:12:07 Creating variables. 00:38:15 Assigning values 01:14:25 Updating variable values 01:25:21 Variable naming conventions 02:06:20 What is a constant? 02:24:16 Why use constants? 02:49:26 Reassigning const reference variables 03:11:25 Outro
JS Accessors in 3 Minutes
Переглядів 1784 місяці тому
Master Javascript Accessors (Getters/Setters) in 3 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What are accessors 00:11:25 Why do we need accessors? 00:33:01 How to use setters. 01:39:10 How to use getters. 01:57:16 How to encapsulate data with getters. 03:03:06 Outro
JS Switch Statement in 3 Minutes
Переглядів 1175 місяців тому
Master Javascript Switch Statement in 3 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What is a Switch Statement? 00:08:07 Why do we need switch statements? 00:23:15 Switch statement syntax 01:17:06 Switch statement examples 01:44:20 Do while vs while loops 02:16:01 Outro
JS While Loops in 3 Minutes
Переглядів 2,2 тис.5 місяців тому
Master Javascript While Loops in 3 minutes with this simple video! ✅ Quick Concepts outline: 00:00:00 What is a While Loop? 00:08:16 Why do we need while loops? 00:24:17 How to use a while loop? 01:04:17 While loop step by step 01:44:20 Do while vs while loops 02:24:25 Outro
JS For Loops in 3 Minutes
Переглядів 3215 місяців тому
JS For Loops in 3 Minutes
JS Closures in 3 Minutes
Переглядів 3415 місяців тому
JS Closures in 3 Minutes
JS Prototypes in 4 Minutes
Переглядів 3216 місяців тому
JS Prototypes in 4 Minutes
JS Object Constructors in 2 Minutes
Переглядів 1766 місяців тому
JS Object Constructors in 2 Minutes
JS Objects in 3 Minutes
Переглядів 1796 місяців тому
JS Objects in 3 Minutes
Javascript Rest Parameter in 90 Seconds
Переглядів 1226 місяців тому
Javascript Rest Parameter in 90 Seconds
Javascript Callback Functions in 4 Minutes
Переглядів 1777 місяців тому
Javascript Callback Functions in 4 Minutes
Javascript Array Map in 90 Seconds
Переглядів 1197 місяців тому
Javascript Array Map in 90 Seconds
Javascript ForEach in 90 Seconds
Переглядів 597 місяців тому
Javascript ForEach in 90 Seconds
Javascript Array Filter in 90 Seconds
Переглядів 337 місяців тому
Javascript Array Filter in 90 Seconds
Javascript Arrow Functions in 4 Minutes
Переглядів 1107 місяців тому
Javascript Arrow Functions in 4 Minutes
Learn Javascript Array Reduce in 3 Minutes
Переглядів 728 місяців тому
Learn Javascript Array Reduce in 3 Minutes
Javascript Functions in 5 minutes
Переглядів 2,6 тис.8 місяців тому
Javascript Functions in 5 minutes
Javascript Arrays in 5 minutes
Переглядів 2168 місяців тому
Javascript Arrays in 5 minutes
How to Make a Navbar using HTML and CSS
Переглядів 898 місяців тому
How to Make a Navbar using HTML and CSS

КОМЕНТАРІ

  • @thebradbox6203
    @thebradbox6203 4 дні тому

    Supperr❤

  • @bharatdubey83
    @bharatdubey83 26 днів тому

    Bro nice explanation with animations but please remove the background music.

  • @bharatdubey83
    @bharatdubey83 26 днів тому

    Bro nice explanation with animations but please remove the background music.

  • @bharatdubey83
    @bharatdubey83 26 днів тому

    Bro nice explanation with animations but please remove the background music.

  • @VinayakKudvaG
    @VinayakKudvaG 27 днів тому

    Lost opportunity - "If you found the video helpful Promise me that you will like and subscribe."

  • @Vishal-s2g7c
    @Vishal-s2g7c 28 днів тому

    please make js one long video

  • @alighasemi1015
    @alighasemi1015 28 днів тому

    great brother

  • @frankdearr2772
    @frankdearr2772 28 днів тому

    Great topic, thanks 👍

  • @charanba6065
    @charanba6065 2 місяці тому

    Please increase the audio volume, and the speed is perfect.

    • @vishwanauthpersaud8305
      @vishwanauthpersaud8305 2 місяці тому

      Gotcha, I’ve been testing different settings with my mic that might be the issue thanks!

  • @omatzi7251
    @omatzi7251 2 місяці тому

    This is very helpful, thank you

  • @telugugamerz69
    @telugugamerz69 2 місяці тому

    Very fast and hurry burry 😅

    • @vishwanauthpersaud8305
      @vishwanauthpersaud8305 2 місяці тому

      Sorry, I try to be as clear and concise as possible. Do you think slowing down would help your understanding?

    • @telugugamerz69
      @telugugamerz69 2 місяці тому

      @vishwanauthpersaud8305 yah

    • @telugugamerz69
      @telugugamerz69 2 місяці тому

      Don't stop keep improving broh....👍🏻

  • @farhadzamanPolok
    @farhadzamanPolok 3 місяці тому

    You are doing a great job, brother. Best wishes 🎉🎉

  • @nguyenbaolongfgwhn4915
    @nguyenbaolongfgwhn4915 3 місяці тому

    I love it❤thank you

  • @Tomer_33
    @Tomer_33 3 місяці тому

    really helpful keep going bro

  • @ridrox
    @ridrox 3 місяці тому

    hey make playlists

  • @Ismail-bx4it
    @Ismail-bx4it 3 місяці тому

    you make great & helpful videos man i love them

  • @borkbirk3272
    @borkbirk3272 3 місяці тому

    Really good explanation!

  • @vs-cd6qq
    @vs-cd6qq 4 місяці тому

    Make a video about recursion

  • @7MinutozRapsLetras
    @7MinutozRapsLetras 4 місяці тому

    You could always use For loops but this also works, great video!

    • @vishwanauthpersaud8305
      @vishwanauthpersaud8305 4 місяці тому

      Different use cases, for example what if you’re running some code and continuously prompting the user after each iteration, the loop continues until they enter the word stop. For loops work if you know when the loop will need to end, in that case you don’t. Hope that helps! They’re similar but not the same.

    • @ArtByAhri
      @ArtByAhri 4 місяці тому

      the title of the video is about WHILE loops specifically. we know for loops exist friend.

  • @MarkoDankic-v6j
    @MarkoDankic-v6j 4 місяці тому

    What vscode theme are you using?

  • @SummersLair
    @SummersLair 5 місяців тому

    ur gonna grow just like bro code bro, gl

  • @absurd7376
    @absurd7376 5 місяців тому

    nice video and needs tons of recognition

  • @efkastner
    @efkastner 5 місяців тому

    Love the set up! Is that VSCode with remote web debugger? Any tips to get the same setup going?

    • @vishwanauthpersaud8305
      @vishwanauthpersaud8305 5 місяців тому

      Yeah it’s vs code with the live server extension installed. I have an empty html file with the JavaScript linked to it. I open the html file with live server in chrome and use the chrome dev tools console which can be opened in a new window. Then I just split vs code and devtools in my window and when I save it auto updates. Hope that helps! Thanks for the feedback.

    • @efkastner
      @efkastner 5 місяців тому

      yes! that helps a ton thank you. keep up the great content, you’ve got a sub from me :D

  • @EuSouAnonimoCara
    @EuSouAnonimoCara 5 місяців тому

    Good content. Subscribed.

  • @ZhipengGuo-m9h
    @ZhipengGuo-m9h 6 місяців тому

    good shit bro

  • @abdurahmanaqlan9634
    @abdurahmanaqlan9634 6 місяців тому

    I've always wondered what this prototype thing that appeared under objects was, glad to know it now👍

  • @lexNwimue
    @lexNwimue 6 місяців тому

    This, I swear, is the most concise and easiest explanation of this concept! You rock, man! I see your channel growing!

  • @magic_1_0
    @magic_1_0 6 місяців тому

    Good videos, keep going man you're making some great tutorials

  • @Jasond7595
    @Jasond7595 6 місяців тому

    The Class syntax feets me better.

    • @vishwanauthpersaud8305
      @vishwanauthpersaud8305 6 місяців тому

      Classes are awesome and more common in other languages, don’t blame ya.

  • @HelloHello-mo4mr
    @HelloHello-mo4mr 6 місяців тому

    I was genuinely shocked when I saw this didn’t have thousands of views!

  • @lilyzheng2322
    @lilyzheng2322 6 місяців тому

    😊

  • @DarkAcademyUniversity
    @DarkAcademyUniversity 7 місяців тому

    keep going!

  • @Behulum1
    @Behulum1 8 місяців тому

    I want download it 😢

  • @qtvurniolo
    @qtvurniolo 8 місяців тому

    wow thanks for the tutorial it helped so much!!

  • @adamfernandes9786
    @adamfernandes9786 8 місяців тому

    So cool

  • @abbyfernandes4696
    @abbyfernandes4696 8 місяців тому

    Very helpful🙂

  • @bebifernandes7038
    @bebifernandes7038 8 місяців тому

    This is good information thank you!!

  • @MindMasterJ
    @MindMasterJ 8 місяців тому

    "DID YOU JUST TEACH PEOPLE ABOUT ARRAYS, HARRY?!", Dumbledore asked calmly. This is pretty useful actually