ES6 Tutorial #6: Spread Operator in Javascript | ES6 Feature| Modern Javascript 2021

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 มิ.ย. 2021
  • Spread Operator is one of cool feature of ES6/ES2015. In this video, we will learn all possible useCases of spread operator like with functions, objects and Array and we will also learn about immutability and how spread operator will help to achieve immutability in your code.
    I hope you have liked this video. For such more video like and subscribe my
    channel
    DON'T CLICK HERE: shorturl.at/AFGJT
    Mic used in my videos: amzn.to/3nqYF5A
    Subscribe to my channel : / nishasingla
    Watch Complete playlist on Javascript:
    • ES6 Important Concepts
    Video on Mutable and Immutable: • ES6 Tutorial #5: Mutab...
    Video on Arrow function: • ES6 Tutorial #4: Arrow...
    Video on Template Literals: • ES6 Tutorial #3: Templ...
    Video on Promises: • Promises vs Observable...
    Watch my Angular playlist :
    Angular : • Introduction- Angular ...
    Follow me:
    Facebook: / angularjs4beginners
    LinkedIn: / nisha-singla-82407aa0
    Instagram : / passion4code
    For more such interesting videos, please subscribe to my channel and stay connected.
    #spreadOperator #JS​ #ModernJavaScript #NishaSingla

ความคิดเห็น • 30

  • @arefinite
    @arefinite ปีที่แล้ว +3

    You are really good. Have wactched tons of tutorial but your explanation are specific and elaborated. Thank you so much for you dedication. And undoubty you are very knowledgeable.
    That's really unfortunate for us that you do very less tutorials and not covering the whole aspect. But what you are covering you are covering that area 100%.
    Anyways best wishes.

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

    excellent work

  • @vijayansivaraman7923
    @vijayansivaraman7923 2 ปีที่แล้ว

    Very nice and crystal clear explanation. Thank you for your efforts.

  • @vinodsharma8270
    @vinodsharma8270 2 ปีที่แล้ว

    Best tutorial

  • @CodeWithJamil786
    @CodeWithJamil786 2 ปีที่แล้ว

    Really awesome explained mam.
    Please make a advance javascript video

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

    Thanks mam

  • @IraquiRizwanVlogs
    @IraquiRizwanVlogs 3 ปีที่แล้ว +1

    Awesome video 👍👍

  • @samjadps513
    @samjadps513 3 ปีที่แล้ว +1

    Can you take video On angular validation ?? please inlude check box, radio, image validation and submit

  • @akiratoriyama1320
    @akiratoriyama1320 3 ปีที่แล้ว +1

    Thank you!!!

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

    const scoreList2 =(100,50,8,4);
    console.log(Math.min(scoreList2));
    its working fine

  • @bharatmoger9965
    @bharatmoger9965 3 ปีที่แล้ว +1

    Damn good.
    Please give the brief idea about deep copy and shallow copy...

    • @NishaSingla
      @NishaSingla  3 ปีที่แล้ว

      Thanks

    • @sivasaravanan7592
      @sivasaravanan7592 2 ปีที่แล้ว

      In this doubt so many days but you now clearly explain thank you so much. I'm all your videos watching it's very clear and easy to understand way you teach very nice. Can you please explain angular httpclockservice mam.

  • @amarnathr2348
    @amarnathr2348 2 ปีที่แล้ว +1

    very good explanation

  • @nageswararaon7213
    @nageswararaon7213 2 ปีที่แล้ว +1

    Really really superb videos mam could you please do react videos with one one application it is very helpful to us

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

    which IDE you are using for development?

  • @BrijeshSingh-dp1ku
    @BrijeshSingh-dp1ku 2 ปีที่แล้ว +1

    Nice Nisha... Also Make tutorials on React

    • @NishaSingla
      @NishaSingla  2 ปีที่แล้ว

      Yes Its coming soon 😀😀

  • @kotireddy419
    @kotireddy419 2 ปีที่แล้ว +1

    Awesome Madam

  • @samjadps513
    @samjadps513 3 ปีที่แล้ว +1

    reduce operator and filter and map??

  • @amarnathr2348
    @amarnathr2348 2 ปีที่แล้ว +1

    mam super mam

  • @samjadps513
    @samjadps513 3 ปีที่แล้ว +1

    what is object flattern ??

    • @NishaSingla
      @NishaSingla  3 ปีที่แล้ว

      Object flattern means when you have nested object , then you need to pull out all the values into single depth..

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

    console.log(Math.min[10,5,30,3,90]);
    this wont work