CodeNexus
CodeNexus
  • Видео 30
  • Просмотров 15 505
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
Просмотров: 802

Видео

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,5 тыс.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
Просмотров 1483 месяца назад
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
Просмотров 2253 месяца назад
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
Просмотров 1073 месяца назад
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
Просмотров 9473 месяца назад
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
Просмотров 1904 месяца назад
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
Просмотров 1114 месяца назад
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
Просмотров 704 месяца назад
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
Просмотров 3684 месяца назад
Master Javascript Data Types in 3 minutes with this simple video! JS Objects: ruclips.net/video/gqRjdvwDzgc/видео.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
Просмотров 3374 месяца назад
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
Просмотров 1795 месяцев назад
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
Просмотров 1205 месяцев назад
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
Просмотров 3225 месяцев назад
JS For Loops in 3 Minutes
JS Closures in 3 Minutes
Просмотров 3456 месяцев назад
JS Closures in 3 Minutes
JS Prototypes in 4 Minutes
Просмотров 3286 месяцев назад
JS Prototypes in 4 Minutes
JS Object Constructors in 2 Minutes
Просмотров 1806 месяцев назад
JS Object Constructors in 2 Minutes
JS Objects in 3 Minutes
Просмотров 1816 месяцев назад
JS Objects in 3 Minutes
Javascript Rest Parameter in 90 Seconds
Просмотров 1247 месяцев назад
Javascript Rest Parameter in 90 Seconds
Javascript Callback Functions in 4 Minutes
Просмотров 1867 месяцев назад
Javascript Callback Functions in 4 Minutes
Javascript Array Map in 90 Seconds
Просмотров 1227 месяцев назад
Javascript Array Map in 90 Seconds
Javascript ForEach in 90 Seconds
Просмотров 617 месяцев назад
Javascript ForEach in 90 Seconds
Javascript Array Filter in 90 Seconds
Просмотров 347 месяцев назад
Javascript Array Filter in 90 Seconds
Javascript Arrow Functions in 4 Minutes
Просмотров 1128 месяцев назад
Javascript Arrow Functions in 4 Minutes
Learn Javascript Array Reduce in 3 Minutes
Просмотров 738 месяцев назад
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
Просмотров 2198 месяцев назад
Javascript Arrays in 5 minutes
How to Make a Navbar using HTML and CSS
Просмотров 919 месяцев назад
How to Make a Navbar using HTML and CSS

Комментарии

  • @AbdurahmanNoori-s9o
    @AbdurahmanNoori-s9o 13 часов назад

    thats was great thank you love from the afganistan

  • @thebradbox6203
    @thebradbox6203 11 дней назад

    Supperr❤

  • @bharatdubey83
    @bharatdubey83 Месяц назад

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

  • @bharatdubey83
    @bharatdubey83 Месяц назад

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

  • @bharatdubey83
    @bharatdubey83 Месяц назад

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

  • @VinayakKudvaG
    @VinayakKudvaG Месяц назад

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

  • @Vishal-s2g7c
    @Vishal-s2g7c Месяц назад

    please make js one long video

  • @alighasemi1015
    @alighasemi1015 Месяц назад

    great brother

  • @frankdearr2772
    @frankdearr2772 Месяц назад

    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 4 месяца назад

    you make great & helpful videos man i love them

  • @borkbirk3272
    @borkbirk3272 4 месяца назад

    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 5 месяцев назад

    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 6 месяцев назад

    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 7 месяцев назад

    😊

  • @DarkAcademyUniversity
    @DarkAcademyUniversity 8 месяцев назад

    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