Spread and REST operators in Javascript

Поділитися
Вставка
  • Опубліковано 30 сер 2020
  • Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
    All the learning resources such as code files, documentations, articles and community discussions are available on our website:
    chaicode.com/
    You can find our discord link, github link etc on the above website.
    Twitter/X link: x.com/hiteshdotcom
    Discord link: hitesh.ai/discord
    Learn React with 10 projects: • Let's learn react from...
    Learn Docker: • A practical guide on D...
    Learn Kubernetes: • Complete Kubernetes Co...
    How does a browser works: • How does a browser wor...
    How nodejs works: • How node JS works | En...
    Learn Redux-toolkit: • Learn Redux Toolkit in...
    Learn NextJS: • Nextjs Full stack course
    Learn Typescript: • Why to learn Typescript
    Learn Javascript: • Welcome to new JavaScr...
    Learn React Native: • React Native Mastery: ...
    Learn Zustand: • React state management...
    Learn Golang: • How to get started wit...
  • Наука та технологія

КОМЕНТАРІ • 59

  • @HiteshChoudharydotcom
    @HiteshChoudharydotcom  3 роки тому +6

    Full course is FREE and will be available here
    courses.learncodeonline.in/learn/Complete-Javascript-course

  • @naimislamantor3781
    @naimislamantor3781 3 роки тому +21

    We don't know the words to thank you sir. God Bless You.

  • @sivasai6890
    @sivasai6890 3 роки тому +1

    Following u from last 50days sir, it's a beautiful journey so far.. ❤

  • @nandakishore7070
    @nandakishore7070 3 роки тому +18

    ***Me Ignores your videos and try to learn from tutorials and fails to understand the come back here again***
    .
    .
    .
    .
    .
    Hitesh: "You couldn't live with your own failure. Where did that bring you? Back to me."

  • @shashankrajput8084
    @shashankrajput8084 5 місяців тому +2

    Very good explanation *👍*

  • @abiodunabidoye9544
    @abiodunabidoye9544 Рік тому

    Thanks a lot, that's a comprehensive explanation on rest operator

  • @saurabhkumarmishra6990
    @saurabhkumarmishra6990 3 роки тому

    Thank you Hitesh sir for these crisp topics. 💐

  • @mosesarulvin
    @mosesarulvin 3 роки тому +3

    Thanks for this series.

  • @Fraise82200
    @Fraise82200 3 роки тому

    Amazing tutorial. thanks you !
    Greetings from France !

  • @skanda_myil
    @skanda_myil 3 роки тому

    Thankyou for making me too understand spread operator in very deep...

  • @rajatsingh2614
    @rajatsingh2614 3 роки тому

    Awesome! ❤️

  • @MohanRaj-rf2xr
    @MohanRaj-rf2xr 3 роки тому

    You are master in teaching...!

  • @Justkidding-lt5ns
    @Justkidding-lt5ns 8 днів тому

    Wonderful concept, Thats Why i Love Javascript. Instead you made fall in love with JS.

  • @harshitgupta7321
    @harshitgupta7321 Рік тому

    Great Explanation

  • @YouAndImpact
    @YouAndImpact 3 роки тому

    Great video 👍.

  • @iliashterev38
    @iliashterev38 3 роки тому +2

    Thank you for the great tutorial. and for the time you spent to make it.
    So seems those 3 dots do a toggle, if array they toggle it to individual items and vice versa, if individual items they make it an array ??
    Thank you.

  • @mandar3219
    @mandar3219 2 роки тому

    Thank you sir great video. 💗

  • @SaidulIslam-sg8xl
    @SaidulIslam-sg8xl 3 роки тому

    Great Teacher

  • @shahryarahmad2935
    @shahryarahmad2935 2 роки тому

    Thankyou so much for this

  • @staffordokoth5851
    @staffordokoth5851 3 роки тому

    Thank you!

  • @prasadpg6189
    @prasadpg6189 2 роки тому

    very clear explnation

  • @mowabro227
    @mowabro227 Рік тому

    thanks!!

  • @shivarammuthukumaraswamy7164
    @shivarammuthukumaraswamy7164 3 роки тому

    Thank you so much

  • @princenarteh8822
    @princenarteh8822 3 роки тому

    I have being following from day one. Thanks for such a great work. God Bless You. Can you please do something on TypeScript when you are done with the JavaScript. Thank you.

  • @diliprathore1028
    @diliprathore1028 3 роки тому +1

    thanks... how you customize vscode please share...

  • @Ravi-oh8xz
    @Ravi-oh8xz Рік тому

    Thanks sir ❤️❤️

  • @techbee68
    @techbee68 3 роки тому

    thanks bro..

  • @jaydattr9765
    @jaydattr9765 2 роки тому

    11:07 i did this with forEach loop...it works:
    code:-
    function sum(...args){
    var myVar=0;
    args.forEach((ele)=>{
    myVar+= ele;
    });
    return myVar;
    }
    console.log(sum(4,4));

  • @Yeapes
    @Yeapes 3 роки тому

    present sir From Bangladesh

  • @rbk.technology4747
    @rbk.technology4747 3 роки тому

    We can destructure and use

  • @patelhimanshu3255
    @patelhimanshu3255 3 роки тому +1

    Please make video on app_usage plugin in flutter

  • @sivaprabha9745
    @sivaprabha9745 3 роки тому

    nice tutorial
    1.5 speed is good for his video ...

  • @weimpromptu
    @weimpromptu 3 роки тому

    why still using Var though???

  • @vraj3115
    @vraj3115 3 роки тому

    #10minutesJS day 50!

  • @MrPanda-gf6iu
    @MrPanda-gf6iu 3 роки тому

    Where was the rest operator though?

  • @tanzimibthesam5861
    @tanzimibthesam5861 3 роки тому

    9 more days left maybe. Wt a playlist

  • @rishhibala6828
    @rishhibala6828 2 роки тому

    Sorry looking at that sumTwo function made me itchy, I wanted to clean it a bit up.
    const sumTwo = (...args) =>
    args.reduce((sum, arg) => sum += arg , 0)

  • @sumitbansal7760
    @sumitbansal7760 2 роки тому

    Video is very knowledgeable but the problem is that i can't able to see the results of console due to the subtitles

  • @lily-rx6xu
    @lily-rx6xu 2 роки тому

    11:12 😏😏

  • @abdremo
    @abdremo 3 роки тому

    ...args is exactly like var args in kotlin

  • @jayaraut
    @jayaraut 2 роки тому

    I always get confused and now i won't.

  • @achintyakumarrai9759
    @achintyakumarrai9759 3 роки тому

    Second😁😀

  • @abhishekyadav4754
    @abhishekyadav4754 3 роки тому

    Please integrate paytm in your website for payment

  • @patelhimanshu3255
    @patelhimanshu3255 3 роки тому +1

    Please make video on app_usage plugin in flutter

  • @patelhimanshu3255
    @patelhimanshu3255 3 роки тому +1

    Please make video on app_usage plugin in flutter

  • @patelhimanshu3255
    @patelhimanshu3255 3 роки тому +1

    Please make video on app_usage plugin in flutter

  • @patelhimanshu3255
    @patelhimanshu3255 3 роки тому +1

    Please make video on app_usage plugin in flutter

  • @patelhimanshu3255
    @patelhimanshu3255 3 роки тому

    Please make video on app_usage plugin in flutter

  • @patelhimanshu3255
    @patelhimanshu3255 3 роки тому

    Please make video on app_usage plugin in flutter

  • @patelhimanshu3255
    @patelhimanshu3255 3 роки тому

    Please make video on app_usage plugin in flutter

  • @patelhimanshu3255
    @patelhimanshu3255 3 роки тому

    Please make video on app_usage plugin in flutter

  • @patelhimanshu3255
    @patelhimanshu3255 3 роки тому

    Please make video on app_usage plugin in flutter

  • @patelhimanshu3255
    @patelhimanshu3255 3 роки тому

    Please make video on app_usage plugin in flutter

  • @patelhimanshu3255
    @patelhimanshu3255 3 роки тому

    Please make video on app_usage plugin in flutter