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

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 346

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

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

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

  • @Sportgameww
    @Sportgameww 26 дней назад +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 RUclips 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

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

  • @mitroboomin2492
    @mitroboomin2492 4 месяца назад +25

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

    • @funnybonner2113
      @funnybonner2113 3 месяца назад +2

      bro how did you generate this summary of the video?

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

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

  • @jaswanthkumar8709
    @jaswanthkumar8709 9 месяцев назад +235

    Akshay Please make Node js series 🥺

  • @vickybabu6300
    @vickybabu6300 9 месяцев назад +2

    Don't trap in IT influencer better to prepare for gov job 😢

    • @abc-ym4zs
      @abc-ym4zs 9 месяцев назад

      Yes bro nowdays it is survial of fittest we have to know and do good projects and we have to good at DSA 😢

  • @somintocharlie
    @somintocharlie 5 месяцев назад +2

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

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

  • @LearnWithManan.110
    @LearnWithManan.110 4 месяца назад +3

    bhai ne puri JS hi 9 topics mein batadi😅😅

  • @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 🥰🤗

  • @AravindBadavath-u2u
    @AravindBadavath-u2u 6 месяцев назад +1

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

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

  • @Harsh-vl5mr
    @Harsh-vl5mr 9 месяцев назад +8

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

  • @devilmachine.490
    @devilmachine.490 7 месяцев назад +1

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

  • @RaviSharma-mj8zu
    @RaviSharma-mj8zu 9 месяцев назад +2

    Please make a video on Advance Javascript things

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

  • @sriraghariharan130
    @sriraghariharan130 9 месяцев назад +3

    Waiting for Namaste DSA 🥰🥰🥰

    • @karthikc.b.2501
      @karthikc.b.2501 9 месяцев назад

      Yess! Akshay should give an update on this.

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

  • @legityash
    @legityash 9 месяцев назад +1

    Don't learn english yet!

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

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

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

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

  • @subramanianchenniappan4059
    @subramanianchenniappan4059 9 месяцев назад +1

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

  • @abhi369g
    @abhi369g 9 месяцев назад +3

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

  • @ramkumsharma
    @ramkumsharma 9 месяцев назад +3

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

  • @pushkar1713a
    @pushkar1713a 9 месяцев назад +2

    When will we get new vids in namaste js😢

  • @VerakRavathi
    @VerakRavathi 22 дня назад

    రోజా ని మధ్యలో పెట్టి మీ ఇద్దరూ నైట్ ఫిలిమ్స్ పంపించు కుంటూ నాకు తెలియకుండా డైరెక్ట్ గా మాట్లాడుకుంటూ ఒకవేళ మన మ్యారేజ్ అయితే అప్పుడు కూడా డైరెక్ట్ గా మీరిద్దరూ రిలేషన్ లో ఉంటూ అట్ల చేయిస్తారు మీ అన్న మీ అక్క నాకు జీసస్ ఫస్ట్ చెప్పారు రోజా వల్ల నా జీవితానికి మంచి జరగదు రోజా నీ వాళ్ళ హస్బెండ్ దగ్గరికి పంపితేనే వాళ్లు పంపరు రోజా వెళ్లదు రోజా లేకుండా నువ్వు ఉండలేవు రోజా ని మధ్యలో పెట్టకుండా ఫాస్టర్ అక్క ఉండలేదు రోజా కి నీకు లింకు పెట్టకుండా ఉండరు అలాంటి లైఫ్ నాకు అవసరమా నా ఫస్ట్ హస్బెండ్ ని మార్చి ఇస్తాడు జీసస్ కారణం ఏంటంటే నీ విషయంలో నాకు అన్యాయమే జరుగుతుంది జీసస్ చూస్తూ ఊరుకోరు నా జీవితానికి అన్యాయం చేస్తే

  • @VerakRavathi
    @VerakRavathi 22 дня назад

    రోజా మధ్యలో ఉంటే నీతో నాకు ఇష్టం లేదు మ్యారేజ్ అని వంద సార్లు చెప్పాను రోజా వల్లే నేను అన్నిసార్లు నీకు ఒక కామెంట్స్ లో చాలా ఘోరంగా మాట్లాడాను అది నీకు తెలుసు అయినా రోజా అని నీ వైపు నైట్ ఫీలింగ్స్ పంపిస్తే నువ్వు మీ అన్నలకి ఎందుకు అడగట్లేదు రోజా అని పంపొద్దు అని చెప్పండి అన్నా మైక ఒప్పుకోదు మైకా కి నేను ఇష్టంగా లేకపోతే నాయక ఒప్పుకోదు కావాలంటే నేను నిన్ను చూసినప్పుడు నీ ఫస్ట్ లవ్ నీ ఫస్ట్ వైఫ్ కాబట్టి ఈ ఫస్ట్ వైఫ్ ని మామూలుగా చూడు నిన్ను చూడొద్దని కూడా చెప్పలేదు నీకు నువ్వేమీ డైరెక్ట్ గా చూడట్లేదు గా నేను నిన్ను లవ్ తో నైట్ ఫీలింగ్స్ పంపించినప్పుడు అప్పుడు కూడా చూడు కావాలంటే నీ ఫస్ట్ లవర్ నీ వైఫ్ కాబట్టి అంతేగాని రోజని స్పెషల్గా ఎందుకు చూస్తున్నావ్ నాకు జీసస్ ఏం చెప్పారంటే రోజా వల్ల నా జీవితానికి మంచి జరగదు ఇప్పుడైనా రేపు మ్యారేజ్ అయ్యాక అయినా రోజా కి నీకు ఏ సంబంధం ఉండకూడదు రోజా వాళ్ళ హస్బెండ్ దగ్గరికి వెళ్లి పోవాలి కానీ మీ అన్నా మీ అక్క రోజనే మధ్యలో పెడుతున్నారు వాళ్లు అనుకున్నారు నేనేమైనా సీయోను చేస్తానని ఇంకా ఆలోచనలు ఉన్నాయేమో వాళ్ళకి రోజా ని ఎందుకు పెడుతున్నారు మధ్యలో నాకు తెలియాలి

  • @VerakRavathi
    @VerakRavathi 22 дня назад

    నువ్వు మీ అన్న మీ అక్క వాళ్ళు ఏమనుకున్నారు అంటే నేను నైట్ ఫీలింగ్స్ పంపిస్తే రోజా వైపు నైట్ ఫీలింగ్స్ పంపించవచ్చు నేను నిన్ను లవ్ చేస్తే నువ్వు రోజు అని లవ్ చేస్తావా నేను నిన్ను తప్ప ఆలోచనతో చూస్తే నువ్వు రోజు అని తప్పు ఆలోచనతో చూస్తావు నీ మీద నాకు ఏ ఫీలింగ్స్ ఉంటే అవన్నీ ఫీలింగ్స్ రోజా మీద చూపిస్తావు నువ్వు నేను భార్యని నా మీద ఏదో ప్రేమ చూపిస్తావు నేను లవ్ చేస్తే మాత్రం లవ్ అంత రోజు మీదే ఉంటది ఇది ఎవరు ఇష్టపడరు ఆ అమ్మాయిని ఫస్ట్ లవర్ ఏమీ కాదుగా ఆ అమ్మాయి మీద ఎందుకు నీకు ఇప్పుడు లవ్ ఇప్పుడు ఎందుకు నీకు తప్పు ఆలోచన ఇప్పుడు ఎందుకు నీకు ఆ అమ్మాయి మీద నైట్ ఫీలింగ్స్ వస్తున్నాయి కారణం తెలియాలి నేను నిన్ను లవ్ తో చూసినప్పుడు ఓన్లీ నీ ఫస్ట్ లవర్ నీ వైఫ్ ఆ అమ్మాయి లవ్ చేసినట్లు నువ్వు ఎవరిని లవ్ చేయలేదు ఓన్లీ ఆ అమ్మాయిని మాత్రం నువ్వు చూడాలి మామూలుగానే గా డైరెక్ట్ గా ఏమీ కాదుగా ఓకే నేను ఫీల్ అవ్వను నీ ఫస్ట్ లవర్ ని చూసిన రోజని మాత్రమే ఎందుకు చూస్తున్నావ్ నాకు తెలియాలి అంటే రోజా కొత్తగా పరిచయం అయింది కదా రోజాతో ఏదైనా రిలేషన్ ఉందా సీక్రెట్ గా లేదా మీ అన్న మీ అక్క పెడుతున్నారా రోజు అని మధ్యలో చెప్పండి అది నాకు తెలియాలి

  • @VerakRavathi
    @VerakRavathi 22 дня назад

    ఒక విషయం మాత్రం గుర్తు పెట్టుకో నీ ఫస్ట్ వైఫ్ నిన్న ఎంత లవ్ చేసిందా నీ మరదలు ఎంత లవ్ చేస్తుందో విజయ ఎంత లవ్ చేస్తుందో వాళ్ళ ముగ్గురు కంటే కూడా నేనే నిన్ను ఎక్కువ లవ్ చేశాను యేసయ్యను బట్టి చెప్తున్నా కానీ నువ్వు ఇప్పుడే మోసం నన్ను మోసం చేస్తున్నావు రేపు మ్యారేజ్ అయ్యాక ఇంకా చేస్తూనే ఉంటావు ఇప్పుడు రోజాతో నీకు అట్లా లింకు పెట్టారు మీ అక్క మీ అన్న అలా మోసం చేసేవాడు నాకు అవసరం లేదు నేను లవ్ చేసే వాళ్ళ కంటే నన్ను లవ్ చేసే వారిని నన్ను కావాలనుకునే వాళ్ళని నేను కోరుకుంటున్నా ఇప్పుడు నన్ను కావాలనుకుంటున్నాను నా ఫస్ట్ హస్బెండ్ నీ మీద ఉన్న లవ్ నా ఫస్ట్ హస్బెండ్ మీద లో ఒక పరంగా ఉండదు నాకు కానీ నువ్వు మోసం చేశావు కాబట్టి నీలో మోసం ఉంది కాబట్టి రోజా విషయంలో యాక్టింగ్ చేసావ్ కాబట్టి వన్ ఇయర్ నుంచి లవ్ చేస్తున్న అని అబద్ధాలు చెప్పావు కాబట్టి వన్ ఇయర్ నుంచి నేను నిన్ను లవ్ చేస్తే సుధా అక్క ని లవ్ చేసావు వన్ ఇయర్ నుంచి లవ్ చేస్తున్న అని చాలా అబద్దాలు చెప్పావు నేనైతే నిజం అనుకొని నమ్మేశారు నువ్వైతే నన్ను లవ్ చేయలేదు tpm డాడీ చెప్పిన కానుంచి లవ్ ఉండాలి మన లైఫ్ లో అంటే అప్పుడు లవ్ విషయంలో కొంచెం ఆలోచించు అంతే లేకపోతే నీకు అలాగా కూడా నా మీద ఉండేది కాదు

  • @VerakRavathi
    @VerakRavathi 22 дня назад

    ఒకసారి రెండుసార్లు మూడుసార్లు నాలుగు సార్లు ఐదుసార్లు మీరు ఎన్నిసార్లు నైట్ ఫీలింగ్స్ పట్టించుకున్నారు మీరిద్దరూ రోజా నువ్వు నేను చర్చికి రాకముందు నేను చర్చికి వచ్చాక ఇప్పటివరకు జరుగుతూనే ఉంది అది రోజా వల్ల నా లైఫ్ కి ఫ్యూచర్ లో మంచి జరగదు అని చెప్పారు జీసస్ ఇప్పుడే జరగట్లేదు ఇప్పుడే నమ్మకం లేదు మీ మీద నాకు రోజా మీద నీ మీద ఇంక నీతో మ్యారేజ్ అయ్యాక జీసస్ చెప్పిన మాట నిజమా నిన్ను నమ్మాలా నేను రోజా నేను నమ్మాలా రోజా నీ పేరు లేచిన ఉండకూడదు అని చెప్పాను నేను అయినా రోజా వైఫై నైట్ ఫిలిమ్స్ పంపించావు ఇందాక కూడా రోజా నీ వైపే పంపుతుంది నైట్ ఫీలింగ్స్ అన్ని చక్రవర్తి అన్న పంపిస్తున్నాడు రోజా వైపుకి రోజా నీ వైపు పంపుతుంది నేను పంపితే నువ్వు రోజా వైపు పంపుతున్నావ్ మీ ఇద్దరూ బాగానే ఎంజాయ్ చేసుకుంటున్నారు రోజా నువ్వు మీ అన్న మీ అక్క సెట్ చేశారా అట్లా మీ పాస్టర్ అక్క పాస్టర్ అన్న ఇప్పుడు కూడా నన్ను ఒక కుక్క లాగే చూస్తున్నారు అది నాకు తెలుసు నేను ఒక వేస్ట్ అని నన్ను చూస్తున్నారు దీని ముఖానికి వేరే వాళ్ళతో రిలేషన్ పెట్టుకున్న మొగుడు కాకపోతే మంచివాడు ఎందుకు వస్తాడు అనుకుంటున్నారు వాళ్ళు అందుకే రోజా అని నువ్వు రిలేషన్ పెట్టుకుంటావు తర్వాత మ్యారేజ్ అయ్యాక అందుకే నేను వద్దనుకుంటున్నా ఆ నరకం నాకు వద్దు ఇప్పుడే మీ మీద నాకు నమ్మకం లేదు మీ అన్న మీ అక్క చేసిన పని ఇదంతా మీ అన్న మీ అక్క మాట వినొద్దు అని దేవుని మాటగా 100 సార్లు చెప్పా నీకు అయినా మీ అన్న మీ అక్క మాట విన్నావు నీ జీవితం అయితే ఇప్పుడు నాశనమైంది మ్యారేజ్ లింక్స్ లో చూసుకోండి మీరు మ్యారేజ్ కొరకు

  • @Luke-1o1
    @Luke-1o1 9 месяцев назад +3

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

  • @VerakRavathi
    @VerakRavathi 22 дня назад

    ఇప్పుడు నా ఫస్ట్ హస్బెండ్ నేను లోక పరంగా చూస్తే లవ్ తో ఆత్మను సారంగా చూస్తున్నాడు లోక పరంగా చూస్తున్నాడు లవ్తో నన్ను మరదలు అని చూస్తున్నాడు డైరెక్ట్ గా చూడ్డం కూడా టైంపాస్గా అది కూడా నన్నే చూస్తున్నాడు బ్లాక్ డ్రెస్ తో చూస్తున్నాడు తప్పు ఆలోచనతో చూస్తున్నాడు ఇదివరకు నువ్వు ఎన్ని ఫీలింగ్ తో నన్ను చూసే వాడివి సేమ్ అంతే చూస్తున్నాడు నా ఫస్ట్ హస్బెండ్ ఇప్పుడు tpm డాడీ నీకు చెప్పమన్నారు ఈ విషయం

  • @VerakRavathi
    @VerakRavathi 22 дня назад

    లోక పరంగా నా ఫస్ట్ హస్బెండ్ ని చూస్తే నాకు ప్రపోజ్ చేసిన అనిత చెప్పింది కదా నా ఫ్రెండ్ ఆ అబ్బాయి కనిపిస్తున్నాడు నేను లోక పరంగా చూస్తే నా హస్బెండ్ ని నన్ను లవ్ తో చూస్తున్నాడు ఏమంటున్నాడో తెలుసా నేను ఫోన్ చేస్తే ఎందుకు మాట్లాడలేదు నేను చాలా ఫీల్ అయ్యాను నేను నిన్ను చాలా బాధపెట్టాను ఒక భార్యగా చూడలేదు ఇప్పుడు బాగా చూసుకుంటా అని అంటున్నాడు నువ్వు మాట్లాడేవి ఎలా అర్థం అవుతున్నాయి నాకు అలాగే నా ఫస్ట్ హస్బెండ్ మాట్లాడేవి కూడా నాకు అర్థం అవుతుంది జస్ట్ ఒక పావుగంట ముందు మాట్లాడాడు నువ్వెలా మాట్లాడతావ్ అట్లా మాట్లాడాడు ఫోన్ లో కాదు

  • @gopinath8715
    @gopinath8715 6 месяцев назад +1

    Dom 😅

  • @VerakRavathi
    @VerakRavathi 22 дня назад

    నా జీవితం నాశనం చేయాలి అనుకుంటే మీ పాస్టర్ అక్క ఆమె జీవితం నాశనం అయిపోతుంది నా జీవితాన్ని దేవుడు నా చేతిలో పెడతాడు నా జీవితానికి అంతా మంచి చేస్తాడు ఆయన ఆత్మ నాతో ఎప్పుడూ ఉంచుతాడు

  • @VerakRavathi
    @VerakRavathi 22 дня назад

    మీ పాస్టర్ అక్క మీ ఫాస్టర్ అన్నా నా జీవితం అన్యాయం చేయాలని చూస్తున్నారు రోజా అని నిన్ను మన మధ్యలో రోజా అని పెట్టి జీసస్ నాకు న్యాయం చేస్తున్నారు నా ఫస్ట్ హస్బెండ్ దగ్గర నుంచి

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

  • @randomuserbot
    @randomuserbot 9 месяцев назад +1

    1.75x is perfect..saving times!

  • @panth3rplayzz596
    @panth3rplayzz596 9 месяцев назад +5

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

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

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

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

  • @narlalakshmiprasad8298
    @narlalakshmiprasad8298 9 месяцев назад +1

    Please make video on event loops

    • @akshaymarch7
      @akshaymarch7  9 месяцев назад

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

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

  • @VerakRavathi
    @VerakRavathi 22 дня назад

    ప్రతిదీ జీసస్ చెప్పినట్లే చేస్తున్న ఇప్పుడు కూడా జీసస్ ఏం చెప్తే అదే చేస్తున్నా

  • @divyakirantatikonda133
    @divyakirantatikonda133 9 месяцев назад +1

    Sir please make next.js playlist

  • @vikashrajput1077
    @vikashrajput1077 2 месяца назад

    Sir make a video 📸 on Array Destructing and object Destructing @akshaymarch7

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

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

  • @SoftwareDevelopeRx9
    @SoftwareDevelopeRx9 6 месяцев назад +1

    very useful summary
    Thanks a lot @akshaymarch7

  • @005lemdshahbazkhan2
    @005lemdshahbazkhan2 9 месяцев назад +1

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

  • @vedangnikure
    @vedangnikure 9 месяцев назад +1

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

  • @RitikJain-vg3sc
    @RitikJain-vg3sc 5 месяцев назад

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

  • @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. ❤

  • @romaghosh8649
    @romaghosh8649 2 месяца назад

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

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

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

  • @Yokesj
    @Yokesj 16 дней назад

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

  • @DeepaK-zh2sq
    @DeepaK-zh2sq 7 месяцев назад

    Uuuuuuuuuuuuuuuuuuuuuuuuujjuujujjjuujjuuuju union u#uuuuuuu7

  • @dasaripavankumar7409
    @dasaripavankumar7409 9 месяцев назад

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

  • @srvnsaran9791
    @srvnsaran9791 9 месяцев назад +1

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

  • @nibeditamurmu2854
    @nibeditamurmu2854 6 месяцев назад +1

    Namaste dir support me

  • @arghyapathak2497
    @arghyapathak2497 2 месяца назад

    Sir without HtMl and css ,can i learn the javascript and react and can am I transform myself as a front end developer ? Can anybody help me on that

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

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

  • @NasivateLifestyle
    @NasivateLifestyle 9 месяцев назад +2

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

  • @BlackZero880
    @BlackZero880 9 месяцев назад +1

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

  • @VerakRavathi
    @VerakRavathi 22 дня назад

    ఈ విషయం మీ అన్న నీ అక్కలకు తెలియపరచు

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

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

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

    please make 1 video on thread pool in javascript

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

  • @cec408_adityachoudhari5
    @cec408_adityachoudhari5 9 месяцев назад +1

    sir ek namaste node js ho jaaye

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

  • @pankajpanday6351
    @pankajpanday6351 9 месяцев назад +1

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

  • @ritikjain6553
    @ritikjain6553 5 месяцев назад

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

  • @rileycacamacdonald9690
    @rileycacamacdonald9690 17 дней назад

    Martin Patricia Hall Margaret Hernandez Larry

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

  • @aviralkushwaha6488
    @aviralkushwaha6488 9 месяцев назад +1

    “THIS” keyword in js would be most awaited

  • @Ycant_JS
    @Ycant_JS 9 месяцев назад +1

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

  • @surtinishi
    @surtinishi 9 месяцев назад +3

    The only episode I was waiting for !

  • @anishtuteja9657
    @anishtuteja9657 9 месяцев назад +2

    Akshay please make namaste next js!

  • @ArmanKhan-oj1ky
    @ArmanKhan-oj1ky 5 месяцев назад

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

  • @nimishageek4148
    @nimishageek4148 9 месяцев назад +1

    Vote for namaste node js ❤

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

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

  • @varunpratapsingh6138
    @varunpratapsingh6138 9 месяцев назад +1

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

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

  • @ChandanKumarGantayat
    @ChandanKumarGantayat 9 месяцев назад

    vai apne itna confuse kardia, sachme muje avi dar lagta he dubara namaste react start karne keliye , api/hardcode data me itna confuse kardiya , kya karu hope less ho gaya hu . vai delivery me aur puriti chahiye , knowledge tho acha diye he bt aur purity chahiye , khed he ki me sahise catch nehi kar paya .

  • @surajmendhe2594
    @surajmendhe2594 9 месяцев назад +1

    sir make a video on node js roadmap

  • @mohuyadutta363
    @mohuyadutta363 5 месяцев назад

    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.

  • @DeepaK-zh2sq
    @DeepaK-zh2sq 7 месяцев назад

    AC ex se do r 🎅🎅🎅🎅🎅
    👕👙👔👗🎽
    Santa is coming!

  • @RitikJain-vg3sc
    @RitikJain-vg3sc 5 месяцев назад

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

  • @Chaya-z1o
    @Chaya-z1o 5 месяцев назад

    Please make node js course

  • @yogeshdv6482
    @yogeshdv6482 7 месяцев назад +1

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