Top 9 JavaScript topics to know before learning React JS in 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024

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

  • @akshaymarch7
    @akshaymarch7  9 หลายเดือนก่อน +360

    Use coupon code : WINTERSALE and register now by link below. Only valid for first 500 students.
    Namaste React Website Link - namastedev.com/learn/namaste-react
    Namaste React web series will take you from Zero to Hero in React. After watching this series, you will be able to develop production-ready react frontend web applications from scratch.
    During this journey, you will learn everything by watching videos and then implement it by building projects.
    The curriculum is designed with the principle of `learn by building`, so there will be a lot of Assignments/Projects you will work on. So only register if you are ready for a grind.
    After this series, you will be able to develop production-ready React frontend web applications from scratch.
    What will you learn in `Namaste React Web Series` ? 🚀
    ✅ React Hooks
    ✅ State Management
    ✅ Config Drive UI
    ✅ Redux Toolkit
    ✅ Reusable Components
    ✅ Rich and Interactive UI
    ✅ Functional Comp.
    ✅ Props & State
    ✅ List & Keys
    ✅ Class Components
    ✅ Scaling React Apps
    ✅ Best Coding Practices
    ✅ React Router
    ✅ Optimizing React Apps
    ✅ Building Live Projects
    ✅ Bundlers & Babel
    ✅ JSX
    ✅ React.Fragment
    ✅ Code Splitting
    ✅ Dynamic UI
    ✅ Higher Order Comp.
    ✅ Pure Components
    ✅ Code Splitting
    ✅ React Testing Library
    ✅ Interview Questions
    ✅ Uncontrolled Comp.
    ✅ Building Custom Hooks
    ✅ Handling Events
    ✅ Conditional Rendering
    ✅ Tailwind CSS
    and so much more ...
    Basically, I'm teaching you everything I've learned over years of working in the industry and everything that I know about React. ❤
    It is all Project-Based Learning, we will see how the theory concepts fit into the projects!
    I won't be teaching with boring slides,
    You will dive into the code right from Episode 1 🚀
    You will start from scratch: ZERO and go till we learn building production-ready apps: HERO
    from Zero to Hero while practising 😎
    Sounds cool, isn't it?
    So what are you waiting for?
    Join Now : namastedev.com/learn/namaste-react
    Cheers,
    Akshay Saini
    akshaysaini.in

    • @jaswanthkumar8709
      @jaswanthkumar8709 9 หลายเดือนก่อน +8

      Node js and backend please 🥲

    • @ksubramanyeshwara
      @ksubramanyeshwara 9 หลายเดือนก่อน +7

      We need DSA using JavaScript

    • @047princekumar5
      @047princekumar5 9 หลายเดือนก่อน +4

      Node.js tutorial on TH-cam sir🥺

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

      React with Redux and TypeScript please

    • @mantukumar0855
      @mantukumar0855 9 หลายเดือนก่อน +1

      hey Akshay, would love to learn React Native from u, any plans?

  • @purneshvishnole
    @purneshvishnole 9 หลายเดือนก่อน +174

    1. Variables
    2. functions
    - arrow functions
    -high order functions
    3. Array and objects
    -destructuring , rest , spread
    4.conditional operator
    5.optional chaining
    6.array methods- map ,filter ,reduce ,sort
    7.event listeners - on click , on submit
    8. Intervals
    9.callbacks , callbacks hell , promises , promise api
    10.async /await
    11. Try /catch

    • @Yogis_BitterTruth_Nirvan
      @Yogis_BitterTruth_Nirvan 8 หลายเดือนก่อน +3

      Aabharvad 👍

    • @SahilSharma-im7md
      @SahilSharma-im7md 8 หลายเดือนก่อน +4

      Don't need to know oops ?

    • @RAHULKUMAR-eq8oj
      @RAHULKUMAR-eq8oj 8 หลายเดือนก่อน +3

      @@SahilSharma-im7mdI thought about same question

    • @SahilSharma-im7md
      @SahilSharma-im7md 8 หลายเดือนก่อน +1

      @@RAHULKUMAR-eq8oj ya you need to learn about this function... So it's good to know about oops

    • @BlazeDavid-ss5nl
      @BlazeDavid-ss5nl 7 หลายเดือนก่อน +1

      Thanks, You ROCK

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

    Basics of JavaScript (0:50)
    Understanding variables (let, const, var), how they are declared and used (1:01)
    Functions in JavaScript (2:12)
    Covers the concept of functions, including Arrow functions, higher-order functions (2:20)
    Creator also recommends watching the playlist Namaste JavaScript for more in-depth explanation (2:30)
    Arrays and Objects in JavaScript (3:00)
    Includes understanding how to work with arrays and objects, including destructuring (object destructuring, array destructuring, rest operator, spread operator) (3:10)
    Creator recommends referring back to this section if viewers are not familiar with these concepts (3:40)
    If Else statements and Conditional Rendering (4:01)
    Covers understanding how to write if-else statements, ternary operator, and conditional rendering (4:03)
    Creator emphasizes the importance of these concepts in React (4:11)
    Map, Filter, Reduce functions and Sort function (4:31)
    These functions are used for array operations (4:33)
    Creator recommends watching a video on his channel about these functions (4:42)
    Event Listeners (5:01)
    Covers understanding how event listeners work, including concepts like event bubbling and capturing (5:03)
    Creator recommends watching his videos on TH-cam for a deeper understanding (5:10)
    Callbacks and Promises (5:40)
    Covers understanding callbacks, promises, and promise APIs (5:42)
    Creator recommends watching his Namaste JavaScript season 2 playlist for more in-depth explanation (5:47)
    Understanding promises is especially important for making API calls (5:50)
    Async/Await (6:10)
    Covers understanding async/await, which is a modern syntax for handling promises (6:12)
    Creator recommends using async/await when writing React code (6:14)
    Try/Catch (6:38)
    Covers understanding try/catch for error handling (6:40)
    Creator recommends learning error handling before moving on to React (6:45)
    Creator also mentions he has covered try/catch in his Async/Await video (6:50)
    #1 Basics of JavaScript
    # Variables (how this variables work)
    - Var, Let Const
    # Hoisting of variables
    #2 Functions
    - Arrow Functions
    - Higher Order FUnctions
    #3 Arrays and Objects
    - Array Destructuring
    - Object Destructuring
    - rest operator
    - spread operator
    #4 Conditions in JavaScript
    - if else
    - ternary operators
    - using && and ||
    - Optional chaining
    #5 Array Methods
    - map(),
    - filter()
    - reduce()
    - sort()
    #6 Event Listeners
    - onClick
    - onBlur
    - onChange
    - onFocus
    setTimeout() & setInterval()
    - EventBubling and EventCapturing method
    #7 Asynchronous Events
    - Callbacks
    - Callback Hell
    - Promises
    - Promise APIS
    #8 Async Await
    #9 Try Catch

  • @Rajsatyammm
    @Rajsatyammm 9 หลายเดือนก่อน +13

    Best React Js course by Akshay Saini..
    Don't think just go for it..
    I have already learnt from it just an amazing course...

    • @manishsoni7103
      @manishsoni7103 9 หลายเดือนก่อน +2

      From where please share link.

    • @naveenkumar-xl5ou
      @naveenkumar-xl5ou 4 หลายเดือนก่อน

      Can you share GitHub link

  • @Sortedarray32
    @Sortedarray32 9 หลายเดือนก่อน +62

    Recently got a job offer .Your Namaste JavaScript and Namaste React series saved me in two 1.5-hour technical interviews. Thank you so much 🤗🤗

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

      @@a_for_apple3957 6 months training then full stack , I'm in final year currently, I bought Namaste React in June , completed javascript in starting of 3rd year

    • @AvikNayak_
      @AvikNayak_ 9 หลายเดือนก่อน +3

      Did they ask you system design related questions?

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

      @@AvikNayak_ No

    • @akshaymarch7
      @akshaymarch7  9 หลายเดือนก่อน +20

      Congratulations, so happy for you. Super proud to know that Namaste JS and Namaste React helped you in your journey, wish you the best in your career ahead. Keep rising! 🚀

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

      @@akshaymarch7 Thank you so much sir 🥰🤗

  • @DeepakSoni-lx2oi
    @DeepakSoni-lx2oi 9 หลายเดือนก่อน +7

    In an indirect manner, he covered all the topics that are to be addressed in the Frontend Developer interview.

  • @arjunthapa4289
    @arjunthapa4289 9 หลายเดือนก่อน +28

    Those who are Seeking for Note of the videos here it is...
    *Basic HTML/CSS
    #1 Basics of JavaScript
    # Variables (how this variables work)
    - Var, Let Const
    # Hoisting of variables
    #2 Functions
    - Arrow Functions
    - Higher Order FUnctions
    #3 Arrays and Objects
    - Array Destructuring
    - Object Destructuring
    - rest operator
    - spread operator
    #4 Conditions in JavaScript
    - if else
    - ternary operators
    - using && and ||
    - Optional chaining
    #5 Array Methods
    - map(),
    - filter()
    - reduce()
    - sort()
    #6 Event Listeners
    - onClick
    - onBlur
    - onChange
    - onFocus
    setTimeout() & setInterval()
    - EventBubling and EventCapturing method
    #7 Asynchronous Events
    - Callbacks
    - Callback Hell
    - Promises
    - Promise APIS
    #8 Async Await
    #9 Try Catch
    All the best for your JS Journey

  • @saha7pritam
    @saha7pritam 9 หลายเดือนก่อน +15

    Please add more videos to Namaste Javascript Season 2 & Javascript Array & Objects.

    • @akshaymarch7
      @akshaymarch7  9 หลายเดือนก่อน +6

      Very soon! ❤

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

      ​@@akshaymarch7 pls add the other topics like:
      Event Listeners
      - onClick
      - onBlur
      - onChange
      - onFocus
      setTimeout() & setInterval()
      - EventBubling and EventCapturing method and
      Arrays and Objects
      - Array Destructuring
      - Object Destructuring
      - rest operator
      - spread operator

  • @mitulamabani3745
    @mitulamabani3745 8 หลายเดือนก่อน +14

    Why DOM are not included 🥲

    • @TOONSSTATION
      @TOONSSTATION 7 หลายเดือนก่อน +2

      Event listener

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

      @mitulamabani3745 becouse it is automatically manage by React JS library in very efficient manner but still we know the basics of DOM and BOM 🙂

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

    A humble petition to launch Node.js course. Also please include advanced things like caching, hosting on cloud etc.

    • @nishant1456
      @nishant1456 4 หลายเดือนก่อน +3

      Are Putin bhai...aap kya kroge react sikhkr💀💀

  • @akashvlogs9209
    @akashvlogs9209 9 หลายเดือนก่อน +14

    Namaste Sir,
    I am very grateful to you in my coding journey. You are such a wonderful teacher that me and my friends became obsessed with JavaScript after watching Namaste JavaScript 1 & 2. Please post some videos of projects also if possible because it's a bit confusing to understand that how and where to use these functionalities in a live project.
    Once again, Thank You for such amazing free content.❤💥

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

      Hi how many videos were there in namaste javascript? I can see 18 videos. Is that the complete series or like what

  • @Harsh-vl5mr
    @Harsh-vl5mr 9 หลายเดือนก่อน +8

    Please cover interview questions for backend developer (nodejs, express js)

  • @prateek2159
    @prateek2159 7 หลายเดือนก่อน +2

    I found a really intuitive and in depth explanation of prototypes in an article on medium: Prototypal Object-Oriented Programming in Javascript by Prateek

  • @skzahirulislam2820
    @skzahirulislam2820 9 หลายเดือนก่อน +7

    Sir, I have a request. Please create a video on pagination and infinite scroll. This topic is frequently asked in interviews for React.js, Node.js, and even in regular JavaScript. Additionally, please provide an in-depth explanation on when to use each and the implementation details. Please make it similar to the way you create content. Make it in a way that questions or projects related to pagination or infinite scroll never pose any challenges.

  • @jaswanthkumar8709
    @jaswanthkumar8709 9 หลายเดือนก่อน +235

    Akshay Please make Node js series 🥺

  • @shilpasharma3652
    @shilpasharma3652 8 หลายเดือนก่อน +9

    Hello Akshay, currently i am going through your javascript videos and its amazing like anything. I am working as front end developer in react from last 1 year and this is first time i got so much knowledge and clarity of JavaScript in-depth from you. Thanks for providing and sharing your knowledge with us. I got your reference from one of my colleague and what he told me, that Namaste Javascript channel se acha JavaScript koi nahi bta sakta :) and that is true !

  • @panth3rplayzz596
    @panth3rplayzz596 9 หลายเดือนก่อน +5

    Waiting for this particular video since soo long and now finally i have a path to follow and finish JS.

  • @sahikhan3840
    @sahikhan3840 9 หลายเดือนก่อน +8

    Sir internship lag gaya ✨✨
    Thankyou sir for namaste javascript ❤

    • @bushrakhan6220
      @bushrakhan6220 9 หลายเดือนก่อน +1

      Js ke baad hi tumhe intership lag gai..!
      Kaise bata skte hon..!?

    • @sahikhan3840
      @sahikhan3840 9 หลายเดือนก่อน +2

      @@bushrakhan6220 nahi bhai js ko accha se karne ke bad react acche se padha. Html and css hamne 1st year pe padh liya tha. Then after react ham thoda backed par padhna start kiya node wagera . Ab jake internship laga final year pe. Ham next js pe abhi kam kar raha hun company pe

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

      ​@@sahikhan3840Bhayyaa how can i contact you

    • @akshaymarch7
      @akshaymarch7  9 หลายเดือนก่อน +3

      Congratulations, so happy for you. Wish you the best for your career ahead! 🎉

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

      @@akshaymarch7 thankyou so much sir ❤️ sir we want next js series.. please 🙏🙏🙏🙏🙏🙏🙏🙏

  • @sritambehera4008
    @sritambehera4008 9 หลายเดือนก่อน +3

    Akshay please make video for array and object destructuring, spread and rest operator. I want to have a good grip on this concepts. It is used widely when working with APIs.

  • @laxmipriyapradhan1704
    @laxmipriyapradhan1704 9 หลายเดือนก่อน +4

    Thanks Akshay I have taken already the course, can you please make a video for react native also please

  • @nikhilBhardwaj0722
    @nikhilBhardwaj0722 9 หลายเดือนก่อน +5

    I am grateful to this man, would like to meet him in person.

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

    pls add the other topics like:
    Event Listeners
    - onClick
    - onBlur
    - onChange
    - onFocus
    setTimeout() & setInterval()
    - EventBubling and EventCapturing method and
    Arrays and Objects
    - Array Destructuring
    - Object Destructuring
    - rest operator
    - spread operator

  • @dasaripavankumar7409
    @dasaripavankumar7409 9 หลายเดือนก่อน +1

    What I'm thinking now you clarified me Thank you brother...

  • @RaviSharma-mj8zu
    @RaviSharma-mj8zu 9 หลายเดือนก่อน +2

    Please make a video on Advance Javascript things

  • @JohnAnthonyJrGarcia
    @JohnAnthonyJrGarcia 7 หลายเดือนก่อน +1

    Thank you so much for your wonderful courses, Please can you make a video on design principles in JavaScript or better still in react. Thank you.

  • @peterng.
    @peterng. 9 หลายเดือนก่อน +5

    thank you very much, Akshay!
    It'll help me a lot on my Front-end journey!
    Merry Christmas & Happy New Year, amazing guy!

  • @ramkumsharma
    @ramkumsharma 9 หลายเดือนก่อน +3

    Hi Akshay, please make video series on ionic react also.

  • @reshmashaik7015
    @reshmashaik7015 หลายเดือนก่อน +1

    Deep diving in JS . Enrolled for React too. Mr.Saini jo bhi topic bachgaye hai wo bhi pure kardo na JS ke. Aisa nahi ki content available kahi aur nahi hai, lekin apka teaching extremely well hai. Cheezon ko baarki se samjhate ho. Apke sath seekhneme interest rehta hai. Would you please cover rest of the topics. ❤

  • @kamrannawaz5106
    @kamrannawaz5106 9 หลายเดือนก่อน +2

    please cover all the hooks in react i want to learn them in depth, or even we could make our own version of useEffect or useState just for the demonstration what is happening inside that functions.

  • @Luke-1o1
    @Luke-1o1 9 หลายเดือนก่อน +3

    Please make videos on Oops concept in javascript & error handling as well plz 🙏🙏

  • @nadeema.1594
    @nadeema.1594 9 หลายเดือนก่อน +1

    Hi Akshay, I am enrolled in Namaste React. Can you please create videos on the below topics.
    • CSR, SSR
    • Microfrontend and other architecture
    • Service worker and its use
    • Http Security and web attacks, CSP (Content security policy) and other types
    • Progressive Web Apps (PWAs)

  • @princemondal4179
    @princemondal4179 9 หลายเดือนก่อน +3

    Hi @akshay,
    I have seen lot of udemy courses and percipio courses. But The way you have covered all the topics in Namaste Javascript and Namaste React. No-one did that before. You are the best Teacher. The way you explain the topics the same way I used to explain in interview and the interviewer is just like WOW, So beautiful so elegant, Just WOW😉😉...... The interviewer literally says You have a very depth knowledge in JavaScript, NodeJS, React..... A lots of Love and Respect for you Akshay🙏🙏🙏🙏🙏

  • @surtinishi
    @surtinishi 9 หลายเดือนก่อน +3

    The only episode I was waiting for !

  • @aviralkushwaha6488
    @aviralkushwaha6488 9 หลายเดือนก่อน +1

    “THIS” keyword in js would be most awaited

  • @mightychondria7912
    @mightychondria7912 9 หลายเดือนก่อน +7

    Akshay, thank you so much for this video and all the others. You are one of the most valuable resources that I have ever come across. The amount of insight and knowledge that you provide is priceless. I will always remember the positive impact that you’ve had on me. Thank you a million times. I look forward to your next content! 😊

  • @tiny_mystery
    @tiny_mystery 9 หลายเดือนก่อน +1

    Please make video on websockets. I can't find any quality content. Everybody using express js example from documentation. I believe you will make us understand clearly about websockets.😊

  • @abhi369g
    @abhi369g 9 หลายเดือนก่อน +3

    Namaste React is for absolute beginner... Or mast course he...

  • @varunpratapsingh6138
    @varunpratapsingh6138 9 หลายเดือนก่อน +1

    U are such a great teacher.
    Please make videos on fullStack - MERN

  • @NasivateLifestyle
    @NasivateLifestyle 9 หลายเดือนก่อน +2

    Bro sell your course harder, you are one of the best teachers on youtube.

  • @pawanmishra8456
    @pawanmishra8456 9 หลายเดือนก่อน +2

    bro i will be very helpful for all of us if can provide the notes of your videos of js.....we can easily recall the topics of your tutorial...

  • @amarnathmishra8697
    @amarnathmishra8697 9 หลายเดือนก่อน +2

    Hi Akshay bhai, I have enrolled namaste react .I am your first live batch student . we request you to create Node JS series for enrollment.

  • @satyamawasthi7948
    @satyamawasthi7948 9 หลายเดือนก่อน +2

    Hi Akshay, I have already enrolled Namaste React ❤ and I learned lots of new things. Kindly make a series on Namste Nodejs.

  • @somintocharlie
    @somintocharlie 5 หลายเดือนก่อน +2

    @Akshay Saini Bhaiya React Native Ke topics pe videos bana do please🙏🙏

  • @Pavan_koppula
    @Pavan_koppula 8 หลายเดือนก่อน +1

    Not only javascript. Iam improving my english speaking knowledge. Thank you for helping me. Iam a new subscriber of your channel now. 😊

    • @anuragsinghp2p
      @anuragsinghp2p 4 หลายเดือนก่อน +1

      100 percent true bro

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

      ​@@anuragsinghp2pbro, have you completed frontend ?

  • @005lemdshahbazkhan2
    @005lemdshahbazkhan2 9 หลายเดือนก่อน +1

    Please cover all the coding and theoretical reactjs interview playlist in you channel

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

    Loops pe ek video bana dijiye kaise hum kaun sa loop lagae and logic build kre.
    Please sir Namestey javascript season 2 mn loop, array and object bhi samjhao. Please continue that series

  • @srvnsaran9791
    @srvnsaran9791 9 หลายเดือนก่อน +1

    Please make a video regarding promise, async await (Crazy JS interview) just like u did for closures and React.js...

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

    Thank you for your amazing guidance.
    Could you guide me that what should I buy first from your website for learning in depth Frontend ?
    There are two courses on your website. One is Frontend Design and other is React js
    So what should I buy first for learning in depth Frontend? Thanks Alot Akshay Bhai

  • @Ajaykumar-kq2id
    @Ajaykumar-kq2id 9 หลายเดือนก่อน +1

    Sir ji now it's time to full stack advance with challenging projects plz make video on this topic also plz 🙏

  • @vedangnikure
    @vedangnikure 9 หลายเดือนก่อน +1

    Please make Video how to read Document as a Beginner dont know how to read

  • @user-ox1wu7iz1l
    @user-ox1wu7iz1l 9 หลายเดือนก่อน +1

    One advice .give 1/3 or hulf course free. So that students get adicted first as like Namaste javascript.

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

    #10. Must know: Closures / currying

  • @BlackZero880
    @BlackZero880 9 หลายเดือนก่อน +1

    Love you Akshay jug jug jiyo❤ Thanks for making me fall in love with javascript

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

    Namaste Akshay Sir, As you told in the video what should you do as you are now active on youtube.... I will suggest why don't you start with the DSA of JS....and concepts like time and space complexity..... how to start to solve leetcode questions.

  • @supriyaj.r566
    @supriyaj.r566 9 หลายเดือนก่อน

    Please do videos on html and css from zero to here
    I am getting stuck to build the responsive design /UI

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

    Hi Akshay, What is your take on using RxJS in React?

  • @Ycant_JS
    @Ycant_JS 9 หลายเดือนก่อน +1

    Thank you for the wonderful video can you do same with Nodejs

  • @sriraghariharan130
    @sriraghariharan130 9 หลายเดือนก่อน +3

    Waiting for Namaste DSA 🥰🥰🥰

    • @karthikc.b.2501
      @karthikc.b.2501 9 หลายเดือนก่อน

      Yess! Akshay should give an update on this.

  • @romaghosh8649
    @romaghosh8649 2 หลายเดือนก่อน

    can you please make a video on array destructuring, object destructuring, spread operator and rest operator

  • @yogeshdv6482
    @yogeshdv6482 7 หลายเดือนก่อน +1

    Hi @akshaymarch7 can you please make video on nodejs circuit breaker

  • @AravindBadavath-u2u
    @AravindBadavath-u2u 6 หลายเดือนก่อน +1

    @akshaymarch7 i took your react course, could you cover arrays, objects depth in javascript please

  • @subramanianchenniappan4059
    @subramanianchenniappan4059 9 หลายเดือนก่อน +1

    Thanks. I am.a java backend tech lead. I know basic react only 😅😅

  • @content_collage
    @content_collage 9 หลายเดือนก่อน +1

    This is the exact thing i was looking for. Bhaiya after watching your latest video(2hrs) i have decided to do full stack currently i am doing js . Please make a complete full stack roadmap and information about how to prepare for getting a job in development

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

    Hi,
    Please make a video on array and objects and ES6 features like spread, rest operator 🙏🙏

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

    Akshay bhai can you also make a video on what mini project type of things to practice with javascript and reactjs, which are generally asked in frontend mobile screening interview rounds.Because i know all the topics but I feel nervous about such questions. If making a video will take time , then can you please suggest some resource to practice such questions. Please reply if you read this

  • @devilmachine.490
    @devilmachine.490 7 หลายเดือนก่อน +1

    Sir please make backend in js please u can create backend course I will must buy it

  • @pushkar1713a
    @pushkar1713a 9 หลายเดือนก่อน +2

    When will we get new vids in namaste js😢

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

    Please make videos on the topics Lazy Loading and Memoization in React

  • @samit840
    @samit840 9 หลายเดือนก่อน +1

    Sir, if i want to learn JS is your season 1 playlist sufficient??
    Can you please clarify what to do and to what extent
    would be really helpful if you reply back

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

      Yes watch both playlist on my channel, Season 1 and Season 2

  • @RitikJain-vg3sc
    @RitikJain-vg3sc 5 หลายเดือนก่อน

    Sir please make a video on object oriented progamming in javascript.

  • @surajmendhe2594
    @surajmendhe2594 9 หลายเดือนก่อน +1

    sir make a video on node js roadmap

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

    please akshay sir make videos on array and objects in depth and also on optional chaining

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

    Akshay please make node js and data base too, namaste react is awesome doing swiggy now

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

    Nice Content Bro Watching first time... But watched the whole video ❤

  • @sreekanthavuleti3054
    @sreekanthavuleti3054 9 หลายเดือนก่อน +2

    Sir, Kindly think of making videos on Node Js . I learned JavaScript through your videos & acquired sufficient knowledge which could help me to Crack interviews. Finally, just add Node Js as an addition. 😊😊😊

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

      lol videos cannot teach you sufficient JS!

  • @anishtuteja9657
    @anishtuteja9657 9 หลายเดือนก่อน +2

    Akshay please make namaste next js!

  • @satyamjain5305
    @satyamjain5305 6 หลายเดือนก่อน +3

    PS D:\React> npm i react
    npm ERR! Invalid Version:
    npm ERR! A complete log of this run can be found in: C:\Users\Administrator\AppData\Local
    pm-cache\_logs\2024-03-14T22_00_11_409Z-debug-0.log
    PS D:\React> when i write this command " npm i react ", i am getting this error , can anyone solve this please

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

    Sir, i have a request please make videos on react projects 🙏

  • @Codenow10222
    @Codenow10222 7 หลายเดือนก่อน +1

    what about DOM manipulation

    • @TOONSSTATION
      @TOONSSTATION 7 หลายเดือนก่อน +1

      React does it

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

    please make 1 video on thread pool in javascript

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

    We want js complete course just like u bring namaste react plz bring namaste js bcoz it too hard for a beginner😢

  • @LearnWithManan.110
    @LearnWithManan.110 4 หลายเดือนก่อน +3

    bhai ne puri JS hi 9 topics mein batadi😅😅

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

    Hello Sir . I want to learn Data structure Please make series on that.

  • @ArmanKhan-oj1ky
    @ArmanKhan-oj1ky 6 หลายเดือนก่อน

    what should i do after completing your namaste javascrip .....i mean how to practice javascript

  • @pankajpanday6351
    @pankajpanday6351 9 หลายเดือนก่อน +1

    Bhaiya how much deep knowledge of react is needed in interviews as fresher level or 1 YOE.

  • @divyakirantatikonda133
    @divyakirantatikonda133 9 หลายเดือนก่อน +1

    Sir please make next.js playlist

  • @narlalakshmiprasad8298
    @narlalakshmiprasad8298 9 หลายเดือนก่อน +1

    Please make video on event loops

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

      Already in the playlist, "Namaste JavaScript. just go and watch!"

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

    This video is for the people who haven't watched his series every single topic is explained over there

  • @TheRaghuni
    @TheRaghuni 14 วันที่ผ่านมา

    Do you have redux tutorial
    If not please make one

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

    Complete JS is covered in Namaste Javascript S1 and S2?

  • @randomuserbot
    @randomuserbot 9 หลายเดือนก่อน +1

    1.75x is perfect..saving times!

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

    now i'm gonna revise these 9 topoics jumps straight to react> :)

  • @tarungaur3999
    @tarungaur3999 8 หลายเดือนก่อน +1

    1. Basic of javascript
    - Variable: var let const
    - Hoisiting of variables
    2. Function
    - Arrow functions
    - Higher order functions
    3. Arrays and objects
    - Array destructuring
    - Array methods : map, filter reduce, sort
    - Object destructuring
    - Rest operator
    - spread operator
    4. Conditions
    - if else
    - ternary operator
    - using && and ||
    - optional chaning
    5. Event listners
    - onclick, onBlur, onchage, onFocuse,
    - Settimeout, setInterval
    6. Asynchronous events
    - callbacks
    - callbacks hell
    - promises
    - promises APIs
    7. asyc await
    8. try catch

  • @mohammedsaif8607
    @mohammedsaif8607 9 หลายเดือนก่อน +1

    Desperately waiting for namaste DSA course

  • @AkshayKant-uv4ee
    @AkshayKant-uv4ee 9 หลายเดือนก่อน +1

    Namaste Javascript doesn't have Arrow functions please create a video for it.

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

    Sir please make videos on Solid principles

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

    Could you please make OOOPs concept in javascript.

  • @Yokesj
    @Yokesj 19 วันที่ผ่านมา

    bro i can only understand 60% of communication english, please explain how to learn fluent and clearly?

  • @AshishKumar-ju4lh
    @AshishKumar-ju4lh 8 หลายเดือนก่อน

    Please create a list of node js interview questions

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

    Akshay bhaiya please make a playlist on nodejs 😢😢