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

Use coupon code : CODE72 and register now by link below. Only valid for first 500 students.
Namaste React Website Link - namastedev.com/learn/namaste-...
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-...
Cheers,
Akshay Saini
akshaysaini.in

Пікірлер: 301

  • @akshaymarch7
    @akshaymarch76 ай бұрын

    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

    6 ай бұрын

    Node js and backend please 🥲

  • @ksubramanyeshwara

    @ksubramanyeshwara

    6 ай бұрын

    We need DSA using JavaScript

  • @047princekumar5

    @047princekumar5

    6 ай бұрын

    Node.js tutorial on KZread sir🥺

  • @nikhilapatelbadri1674

    @nikhilapatelbadri1674

    6 ай бұрын

    React with Redux and TypeScript please

  • @mantukumar0855

    @mantukumar0855

    6 ай бұрын

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

  • @purneshvishnole
    @purneshvishnole6 ай бұрын

    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

  • @Yogi_The_Bitter_Truth_2408

    @Yogi_The_Bitter_Truth_2408

    5 ай бұрын

    Aabharvad 👍

  • @SahilSharma-im7md

    @SahilSharma-im7md

    5 ай бұрын

    Don't need to know oops ?

  • @RAHULKUMAR-eq8oj

    @RAHULKUMAR-eq8oj

    4 ай бұрын

    @@SahilSharma-im7mdI thought about same question

  • @SahilSharma-im7md

    @SahilSharma-im7md

    4 ай бұрын

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

  • @BlazeDavid-ss5nl

    @BlazeDavid-ss5nl

    3 ай бұрын

    Thanks, You ROCK

  • @peterng.
    @peterng.5 ай бұрын

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

  • @mitroboomin2492
    @mitroboomin2492Ай бұрын

    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 KZread 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)

  • @akashvlogs9209
    @akashvlogs92096 ай бұрын

    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

    5 ай бұрын

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

  • @panth3rplayzz596
    @panth3rplayzz5966 ай бұрын

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

  • @skzahirulislam2820
    @skzahirulislam28205 ай бұрын

    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.

  • @mightychondria7912
    @mightychondria79126 ай бұрын

    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! 😊

  • @dasaripavankumar7409
    @dasaripavankumar74096 ай бұрын

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

  • @satyamjain5305
    @satyamjain53053 ай бұрын

    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

  • @surtinishi
    @surtinishi6 ай бұрын

    The only episode I was waiting for !

  • @DeepakSoni-lx2oi
    @DeepakSoni-lx2oi6 ай бұрын

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

  • @prateek2159
    @prateek21593 ай бұрын

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

  • @saha7pritam
    @saha7pritam6 ай бұрын

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

  • @akshaymarch7

    @akshaymarch7

    6 ай бұрын

    Very soon! ❤

  • @Sortedarray32
    @Sortedarray326 ай бұрын

    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

    6 ай бұрын

    @@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_

    6 ай бұрын

    Did they ask you system design related questions?

  • @Sortedarray32

    @Sortedarray32

    6 ай бұрын

    @@AvikNayak_ No

  • @akshaymarch7

    @akshaymarch7

    6 ай бұрын

    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

    6 ай бұрын

    @@akshaymarch7 Thank you so much sir 🥰🤗

  • @Rajsatyammm
    @Rajsatyammm6 ай бұрын

    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

    5 ай бұрын

    From where please share link.

  • @naveenkumar-xl5ou

    @naveenkumar-xl5ou

    Ай бұрын

    Can you share GitHub link

  • @sritambehera4008
    @sritambehera40086 ай бұрын

    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.

  • @Harsh-vl5mr
    @Harsh-vl5mr6 ай бұрын

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

  • @shilpasharma3652
    @shilpasharma36525 ай бұрын

    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 !

  • @venutechentertainment8885
    @venutechentertainment88855 ай бұрын

    Good information for us and learners..TQ ji..🤝

  • @user-be7yn9uc5b
    @user-be7yn9uc5b4 ай бұрын

    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.

  • @Luke-1o1
    @Luke-1o16 ай бұрын

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

  • @nikhilBhardwaj0722
    @nikhilBhardwaj07226 ай бұрын

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

  • @jaswanthkumar8709
    @jaswanthkumar87096 ай бұрын

    Akshay Please make Node js series 🥺

  • @masumasayed3210

    @masumasayed3210

    6 ай бұрын

    Yes pls

  • @abhishektiwari2643

    @abhishektiwari2643

    6 ай бұрын

    Yes

  • @sahanasshenoy8878

    @sahanasshenoy8878

    6 ай бұрын

    Yes hell yes.

  • @KartikeySharmaMusic

    @KartikeySharmaMusic

    6 ай бұрын

    Yes

  • @vishnuitsrocking

    @vishnuitsrocking

    6 ай бұрын

    Yes, I've enrolled in React. It's mind-blowing. Please make backend as well.

  • @laxmipriyapradhan1704
    @laxmipriyapradhan17046 ай бұрын

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

  • @varunpratapsingh6138
    @varunpratapsingh61386 ай бұрын

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

  • @aviralkushwaha6488
    @aviralkushwaha64886 ай бұрын

    “THIS” keyword in js would be most awaited

  • @pawanmishra8456
    @pawanmishra84566 ай бұрын

    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...

  • @kamrannawaz5106
    @kamrannawaz51066 ай бұрын

    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.

  • @twice9548
    @twice95483 ай бұрын

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

  • @ramkumsharma
    @ramkumsharma6 ай бұрын

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

  • @srvnsaran9791
    @srvnsaran97916 ай бұрын

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

  • @Ajaykumar-kq2id
    @Ajaykumar-kq2id6 ай бұрын

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

  • @nadeema.1594
    @nadeema.15946 ай бұрын

    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)

  • @mohuyadutta363
    @mohuyadutta3632 ай бұрын

    Hi Akshay, I have purchased Namaste react, and started learning react but I am facing an issue, bin.js from parcel folder is getting deleted automatically, please let me know how to solve this, I haved deleted node module and re installed everything but the problem was not solved.

  • @divyanshpandey8355
    @divyanshpandey83555 ай бұрын

    Hi bhaiyya. My question is in reference with projects. Am pursuing btech with Ai and ML, and I want to carry it forward as a data scientist and ml expert. I've decided that my resume would contain my portfolio, which in itself can have some small web dev projects, then 2 ML projects. am in 4rth sem, I know html css js, am learning backend right now. I've completed 60 dsa questions on leetcode too., doing 3 questions/day. So should I keep my entire focus on backend and then learn react to build a full fledged Web dev project, or should I keep 50% focus on backend, and 50% on learning ML???? and thank you for all the replies to doubts of many students. Am grateful to you. Much appreciated.

  • @avirajkumar2619
    @avirajkumar26196 ай бұрын

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

  • @tiny_mystery
    @tiny_mystery6 ай бұрын

    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.😊

  • @BlackZero880
    @BlackZero8806 ай бұрын

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

  • @pankajpanday6351
    @pankajpanday63516 ай бұрын

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

  • @saikumargatla4706
    @saikumargatla47066 ай бұрын

    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

  • @Pavan_koppula
    @Pavan_koppula4 ай бұрын

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

  • @anuragsinghp2p

    @anuragsinghp2p

    8 күн бұрын

    100 percent true bro

  • @Pavan_koppula

    @Pavan_koppula

    8 күн бұрын

    ​@@anuragsinghp2pbro, have you completed frontend ?

  • @vladimirputin48
    @vladimirputin482 ай бұрын

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

  • @nishant1456

    @nishant1456

    Ай бұрын

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

  • @sahikhan3840
    @sahikhan38406 ай бұрын

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

  • @bushrakhan6220

    @bushrakhan6220

    6 ай бұрын

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

  • @sahikhan3840

    @sahikhan3840

    6 ай бұрын

    @@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

    6 ай бұрын

    ​@@sahikhan3840Bhayyaa how can i contact you

  • @akshaymarch7

    @akshaymarch7

    6 ай бұрын

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

  • @sahikhan3840

    @sahikhan3840

    6 ай бұрын

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

  • @mitulamabani3745
    @mitulamabani37454 ай бұрын

    Why DOM are not included 🥲

  • @TOONSSTATION

    @TOONSSTATION

    3 ай бұрын

    Event listener

  • @Ycant_JS
    @Ycant_JS6 ай бұрын

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

  • @satyamawasthi7948
    @satyamawasthi79486 ай бұрын

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

  • @akshaymarch7

    @akshaymarch7

    6 ай бұрын

    Sure!

  • @satyamawasthi7948

    @satyamawasthi7948

    6 ай бұрын

    @akshaymarch7 Thank you 😊

  • @content_collage
    @content_collage6 ай бұрын

    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

  • @papiyadas6485

    @papiyadas6485

    2 ай бұрын

    😊😊

  • @ashutosh_sah8537
    @ashutosh_sah85376 ай бұрын

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

  • @005lemdshahbazkhan2
    @005lemdshahbazkhan25 ай бұрын

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

  • @BishtFamily8
    @BishtFamily86 ай бұрын

    @akshaymarch7 Sir please tell me html css js and react is enough to get a job because they mention too many things in job description

  • @giantbush4258
    @giantbush42584 ай бұрын

    #10. Must know: Closures / currying

  • @somintocharlie
    @somintocharlieАй бұрын

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

  • @rashminavora6268
    @rashminavora62685 ай бұрын

    Hello you have not covered redux in react cours here? And alos jtest? Will you please show me detailed curriculum foe ract?

  • @SAIKIRANRHEGDE
    @SAIKIRANRHEGDE3 ай бұрын

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

  • @akhintheruvath
    @akhintheruvath3 ай бұрын

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

  • @user-jf9cv4zv3f
    @user-jf9cv4zv3f6 ай бұрын

    Namaste Vaya thank you for your guidance, in namaste react i can not understand properly in api call , this is so complicated for me

  • @devilmachine.490
    @devilmachine.4903 ай бұрын

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

  • @ritikjain6553
    @ritikjain6553Ай бұрын

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

  • @supriyaj.r566
    @supriyaj.r5665 ай бұрын

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

  • @RaviSharma-mj8zu
    @RaviSharma-mj8zu6 ай бұрын

    Please make a video on Advance Javascript things

  • @abhi369g
    @abhi369g6 ай бұрын

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

  • @pushkar1713a
    @pushkar1713a6 ай бұрын

    When will we get new vids in namaste js😢

  • @manishsoni7103
    @manishsoni71035 ай бұрын

    Hi Akshay, where can I see your react series?

  • @sriraghariharan130
    @sriraghariharan1306 ай бұрын

    Waiting for Namaste DSA 🥰🥰🥰

  • @karthikc.b.2501

    @karthikc.b.2501

    6 ай бұрын

    Yess! Akshay should give an update on this.

  • @anishtuteja9657
    @anishtuteja96576 ай бұрын

    Akshay please make namaste next js!

  • @anonymousalone1434
    @anonymousalone14342 ай бұрын

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

  • @rohitgoswami841
    @rohitgoswami8415 ай бұрын

    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

  • @NeknarSunder
    @NeknarSunderАй бұрын

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

  • @yogeshdv6482
    @yogeshdv64823 ай бұрын

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

  • @snehlatasarode1957
    @snehlatasarode19576 ай бұрын

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

  • @mantukumar0855
    @mantukumar08556 ай бұрын

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

  • @quotespower9911
    @quotespower99116 ай бұрын

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

  • @amarnathmishra8697
    @amarnathmishra86976 ай бұрын

    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.

  • @surajmendhe2594
    @surajmendhe25946 ай бұрын

    sir make a video on node js roadmap

  • @ArmanKhan-oj1ky
    @ArmanKhan-oj1ky2 ай бұрын

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

  • @razarajpoot9811
    @razarajpoot98114 ай бұрын

    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

  • @subramanianchenniappan4059
    @subramanianchenniappan40595 ай бұрын

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

  • @SK36967
    @SK369673 ай бұрын

    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.

  • @vedangnikure
    @vedangnikure6 ай бұрын

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

  • @brindhad7787
    @brindhad77872 ай бұрын

    Thank you so mcuh!

  • @AnkitJaiswal-mf5vs
    @AnkitJaiswal-mf5vs6 ай бұрын

    I am waiting for your course Namaste Javascript Season2.

  • @samit840
    @samit8406 ай бұрын

    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

    6 ай бұрын

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

  • @user-od5rd7ss3t
    @user-od5rd7ss3t3 ай бұрын

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

  • @saadbinsharif4132
    @saadbinsharif41326 ай бұрын

    Please make a video on DSA

  • @NasivateLifestyle
    @NasivateLifestyle5 ай бұрын

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

  • @sakshamjain1835
    @sakshamjain18356 ай бұрын

    Where you use try catch in your course, i watch whole course but not teach this part

  • @vikrantcornelio1161
    @vikrantcornelio11613 ай бұрын

    Sir please make videos on Solid principles

  • @nikhilpatra1903
    @nikhilpatra19035 ай бұрын

    Sir will we get any Namaste Angular course?

  • @priyojitsingha
    @priyojitsingha6 ай бұрын

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

  • @pavansagar1485
    @pavansagar14856 ай бұрын

    Akshay bhaiya please make a playlist on nodejs 😢😢

  • @user-fp6xd3fg4y
    @user-fp6xd3fg4y6 ай бұрын

    Data Structures and System Design topics in javascript

  • @bmiqbalalam3390
    @bmiqbalalam33906 ай бұрын

    Could you please make OOOPs concept in javascript.

  • @sreekanthavuleti3054
    @sreekanthavuleti30546 ай бұрын

    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

    6 ай бұрын

    lol videos cannot teach you sufficient JS!

  • @divyakirantatikonda133
    @divyakirantatikonda1336 ай бұрын

    Sir please make next.js playlist

  • @user-ox1wu7iz1l
    @user-ox1wu7iz1l6 ай бұрын

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

  • @pkyadav6230
    @pkyadav62306 ай бұрын

    I just think what if this guy will teach node js, system design 🥵💣 bhukamp bhai

  • @akshaymarch7

    @akshaymarch7

    6 ай бұрын

    Soon!

  • @ajaykarthick9492
    @ajaykarthick94926 ай бұрын

    Do a video for node js

  • @Chakss
    @Chakss5 ай бұрын

    React and nodejs one shot please!🤌

  • @AshishKumar-ju4lh
    @AshishKumar-ju4lh5 ай бұрын

    Please create a list of node js interview questions