Do THIS to become a Senior JavaScript Developer

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024

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

  • @codedamn
    @codedamn  2 ปีที่แล้ว +17

    100K club! Thank you everyone for your support ❤️ Keep pushing knowledge content up, we need a lot more programmers in the world ❤️

  • @srinidhis6180
    @srinidhis6180 2 ปีที่แล้ว +97

    I am a self-taught developer made a career switch from call center to react developer by following codedamn tutorial in TH-cam from html, css, js, react. Now I'm able to survive in developer environment. Because of codedamn and I recommended for my two best friends for JavaScript and they started following tutorial. Thank u mehul. Ur lighting so. Many lives..

    • @chintusahu2471
      @chintusahu2471 2 ปีที่แล้ว +6

      me too , same story but i learned from codewithharry

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

      So inspiring. I'm learning from both of them

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

      90% people are self taught in this software development field. There is no big deal in this😏

    • @chintusahu2471
      @chintusahu2471 2 ปีที่แล้ว +5

      @@urwrong108 choosing a new carrier is a difficult choice... and then working hard to achieve the plan require discipline. You maybe a hot shot, but not evryone is

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

      @@chintusahu2471 haha I think you are simply glorifying her success just because it's she😂. I have just told most software developers are self taught.. Everyone has the struggle in the beginning in one or other way.. Stop patting urself it's not a one time game

  • @ParthPatel-vj2zv
    @ParthPatel-vj2zv 3 ปีที่แล้ว +7

    #1: closures, prototypes, ES6+ features
    #2: async model: event loop, micro tasks, promises, callbacks, V8 engine, code execution at OS leve, single threading vs multi threading
    #3: debugging & profiling: debugger, chrome dev tools / VS code, V8 snapshots, flamegraphs, memory leaks, cpu execution
    #4: webpack, babel

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

      Thanks for summarizing! It is also available as chapters in video

  • @abhishekjha831
    @abhishekjha831 2 ปีที่แล้ว +9

    This is definitely the requirement to escape from junior role but not what you need to become senior. Architecture design, design patterns, is most important as you will not be needed to just know these things but plan a codebase+application. Also ability to break tasks efficiently into other developers and also estimating task time frames is also important.
    Senior devs tend to become language agnostic as the software design principles matter more then.

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

    Master JavaScript and other Full Stack technologies on codedamn: cdm.sh/fullstack

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

    I recently found this channel. I am currently in the learning phase of web development, I will consider this as the most valuable information that I have got on youtube. The way you explain is very easy to understand.

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

      Glad to know this Subham!

  • @patrickalbertson289
    @patrickalbertson289 2 ปีที่แล้ว +64

    Met a man on the street one day. He said “If you can name two man made objects that hold water and make a tech pun at the same time in 5 seconds time I’ll tell you the meaning of life…”. I said “Well, Codedamn”, and gained enlightenment.

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

    1.How JavaScript Works
    V8 engine architecture
    Execution Context
    Event loop
    2.Basic JavaScript
    Variables/types
    Operators
    Conditional/loops
    Events/Dom
    3.Objects in JavaScript
    Arrays
    Objects
    Set,Map
    Math,Date
    4.Functional programing
    First class citizen
    Closures
    HOF
    Arrow function
    IIFE, anonymous fn, fn expression
    Constructor fn
    5.Asynchronous JavaScript
    Callbacks
    Promises(then-catch/async-await)
    6.OOP in JavaScript
    Encapsulation
    Inheritance
    Abstraction
    Polymorphism
    Composition
    Type Systems(duck typing..)
    7.ES6/+
    let/const
    Destructuring
    Rest/spread operators
    for of/in loop
    Generators, Iterators
    ..many more......
    8.Typescript

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

      Where to do it ??

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

      @@RajputAnkit11 there is no single reference.. but I'll recommend..
      th-cam.com/play/PLlasXeu85E9cQ32gLCvAvr9vNaUccPVNP.html
      th-cam.com/play/PLWrQZnG8l0E6mYguSNWHZEz7KrfZULz8d.html

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

    Your videos have helped me great deal to come out of tutorial hell and actually get my hands dirty by building stuff. You show the potential of all these technologies, the extent to which you can push to REALLY get it right. That's a huge help man, really appreciate it.

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

      That's amazing to hear, thank you Srinivas

  • @SahilPatel-kh2rt
    @SahilPatel-kh2rt 4 หลายเดือนก่อน

    Hello mehul bhaiya, From a tier-3 college to my first job, your Codedamn channel changed my life. Your guidance fueled my self-learning journey, leading me to success. Your DevOps video inspired me to understand full-stack development, not just coding. Thank you for being more than a mentor; you're a beacon of hope for many like me. Your impact is immeasurable. With heartfelt gratitude,

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

    Recently came across your channel when I saw Mehul Mohan roadmap for Web Development. I had watched many videos, read many tutorials but never felt like I am actually learning and progressing. I was always scared of Frontend Part and this guy made so easy tutorials that even absolute beginners can learn with ease. Completed HTML, CSS JS basic and advanced courses and now feeling confident that I can easily make any design with just HTML, CSS, JS only. I would be trying my hands-on projects given on codedamn.
    Best Part I like was there were small interactive tasks that rejuvenated the learning, It usually happens like we learn from a video then we think oh, I learned it and move ahead which is major mistake. While getting to apply those on concepts on small tasks would not only solidify concepts but also feels enjoying and refreshed.
    Thanks, Mehul and Codedamn team for making so useful contents Free and accessible for all.

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

      Thanks Pranshu! This means a lot ❤️

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

    The thumbnails are just next level!

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

      Can't agree more 🔥

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

      Thanks to the amazing team!

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

      @@codedamn can we know who is the designer behind this awesome thumbnails? If it is ok

  • @michaelo.agboola7685
    @michaelo.agboola7685 3 ปีที่แล้ว +1

    Not everyone go for mastery yet a video for mastery is presented. This is an open call to mastery. You've just won my heart. Thank you, I am accepting the call.

  • @praveenyadav-cx8xv
    @praveenyadav-cx8xv 3 ปีที่แล้ว +6

    I have just completed basics of full stack development and it excites me really nice to make new projects.....fully enjoying it 🔥🔥😎

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

      Thank you Praveen!

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

    Best javascript learning TH-cam channel on TH-cam

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

    I's been a few weeks since I started watching this channel...the quality of his vedios made me to hangout with all the playlists..😌

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

    Other channels tell you what to learn in order to become an expert, but codedamn tells you what and how to learn in order to become the master!

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

    These are hacks that no one tell us. Recently what I realized about your channel is that those videos you've posted recently are really important as we are developing our knowledge as developers. Those videos might not be useful as beginners but THESE ARE THE HACKS THAT YOU MUST KNOW AS A DEVELOPER. Thanks man ❤

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

      That's what I am here for :) Glad to help

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

    I'll feel so much proud wearing the codedamn t-shirt. I really love and appreciate your videos man. Merci beaucoup

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

    please bookmark it as a cheat sheet for becoming javascript expert. Thanks codedamn!

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

      welcome!

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

    From last 1 month I was thinking about what to learn to become a master in JavaScript. As usual I got the answer from you. Really appreciate your help😇😃

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

      Glad to help!

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

    Finally... after spending a few months in research I found the best roadmap

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

      Glad to know this!

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

    I do not used to do comments in every video but in this I thought one thing is really recognisable which is you are clarifying that this video is not for beginner and saving beginners time it is great !!!!!!!

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

    Most perfect distilled jscript on the planet awesome thousand bulbs illuminating one by one

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

    I learned a lot of the basics of javascript and worked on multiple small projects but I was not able to master it and got stuck in the learning loop.
    By watching this video I will create a full plan to start re-building those apps using these new features and approaches.
    Thanks

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

      Glad to help Shaharyar!

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

    You are guide to many of New developers

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

    I recently came to know about these advanced concepts. I have started learning these concepts. And, this made me fall in love with JavaScript❤️❤️

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

      all the best!

  • @victorlongon
    @victorlongon 2 ปีที่แล้ว +13

    Of course good to know the basics but who uses prototypes nowadays 🤮. Invest your time in learning basic principles of functional programming that you can use in js. Learn typescript and have type safety. That's the best advice i can give after been working with js for almost 10 years.
    Edit: To understand the language throughly i recommend a series of books called, you don't know js. Great stuff

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

      Thanks for the recommendation man, great value for me as a beginner

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

      Please suggest me best js course.

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

      "who uses prototypes" - I wouldn't say that. On codedamn's backend, we patch mongoose's prototypal chain to include caching method on `query` and `aggregate` functions. This makes it really easy to cache database queries (UserModel.find(...).cache()). It would be cumbersome and probably impossible if you don't know about JS features, thus, disagree.

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

      You might not use them directly, but knowing them and understanding how they work and why they work like they do is essential knowledge. It'll help you understand the language a lot better.

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

      @@danfields2181 that's what I mean

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

    Also try to learn promises, with their then and error handlers. They are also used in Typescript as well

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

    I have used the same trick to go through JavaScript

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

    This video is the best guide before choosing any of the course one wants to go with.

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

    I learned about flamegraphs in your video so thanks for pointing that out!

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

    I'd like to hear more about these Flame Graphs

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

    Javascript all-time favorite language because JS used all-place web development, server development, game development, mobile app development much more. mainly I like different animations using the JS frameworks.

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

      You're goddamn right.jpeg

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

      @@codedamn what you write? I can't understand.

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

    I am totally agree with bro.. in the developing field we all need to keep updating.. I also updated by your video.. thank you for that ...

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

    All people need to code!!! The world is lacking great logic and problem solving

  • @ramvardhanr.620
    @ramvardhanr.620 ปีที่แล้ว

    Thanks for this video. As you mentioned in the start, 95% of the time we will only need 20% of the features. And this fact makes me a uninterested to learn about the rest of the 80% features. This video helped to understand what some of those 80% are and how it could be useful - making me a little bit interested to learn them :)

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

    I have been following Codedamn since start of my career and its helped me alot to understand JavaScript. Thanks a lot Codedamn❤️

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

    Thanks for the in depth info! Been really getting into full-stack recently and this helped alot

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

    Can you make a video on how to use a debugger for js in vs code or chrome

  • @शिवमावळा
    @शिवमावळा 2 ปีที่แล้ว

    The profile logo is awesome!

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

    You are really doing an amazing job😍😍

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

    I'm a recent bootcamp grad trying to get my first job. I really want to find some good resources on how to use a debugger, I think that could be a pleasant surprise for a potential employer to find a junior who knows it. Been doing research on how JS and Node function and leveraging that knowledge in tandem with a debugger seems great

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

    Roadmaps are really helpfull in programming. But I believe it's not necessary. Because, If we have a map of something then we will be just following that map to reach the destination. But if we have no map but a clear goal we will be discovering much than we expected. And I believe that, it is the wonderful experience as a programmer.

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

    Javascript is everywhere nowadays and have a great learning curve. Your video is really helpful for people to move ahead with it in a smooth manner 😊

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

      Happy to help Amit!

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

    Wow such a nice things to do with javascript, I will move with it.

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

    This is a great video! I'm currently transitioning to Web Dev career and this just gave me a deeper understanding!

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

    This video shares some concepts I didn't know about JavaScript, areas I need to work on. Thanks for sharing.

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

    How can i restructure my data - for eg - i fetch few json data from the API, but it is not well structured, how to use javascript class to restructure the data.
    I mean Some kind of modeling to restructure the data as my ui components expected.

  • @Raj-iz9uz
    @Raj-iz9uz 3 ปีที่แล้ว +1

    Thanks a lot Mehul sir 🙏🏻 Perfect video learning JavaScript only right now 😊

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

      Happy to help Raj!

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

    Sir i feel privileged to get knowledgeable material from your channel.

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

    Super Duper Knowledge Heavy Video!

  • @SalmanKhan-lx9kp
    @SalmanKhan-lx9kp 2 ปีที่แล้ว

    I'm switching to tech, want to learn web development. Does your course assure the job?

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

    On a path to a web developer.. Wish me luck😌🤞

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

    Such insights about real time job instances is what is needed to understand the future expectation as a developer. Thank you and please keep doing the good work.

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

    You mentioned JS is not truly single threaded cause the underlying OS is capable of managing multiple threads. But this poses a bottleneck issue right, ofcourse networks calls and execution could be executed paralllely. Apart from that, I still feel JS is single threaded. I might be wrong, Please share a detailed video on it.

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

    Perfect, usefull video and good for going further :)
    Thanks you guy :)

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

    A great explanation of how God level programmers write the code.

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

      Glad to help!

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

    hello please, i have an input, i created a function to get the input value and put it inside a text, the problem is that i need the function to put the value inside the text multiple times and the function take the value and put it in the one only! so how can tell the function to whenever it finds the div to put the value it put it there (multiple times)

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

    This is insightful, Codedamm content is well researched and more than expectation!!

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

      Thank you Suraj! Glad you found it helpful

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

    do you teach this in your website's learning path?

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

    The developers at TH-cam need to watch this video.

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

    That's quite a lot of stuff I didn't know about javascript.
    Thanks alot for the video. I will surely check the advanced node js course.

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

      You're welcome :)

  • @usmanGhani-mm6no
    @usmanGhani-mm6no 3 ปีที่แล้ว +1

    For some time I was thinking to learn about debugging and testing stuff.

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

      It's time :)

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

    Very useful information, thanks lot bro ....

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

    Great content man. Some of the highest quality stuff out there. You really know your stuff, thank you for sharing!

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

    WOW i was really needed this information thanks Sir ! I completed javascript basics with you , and i am planning to take javascript advanced too . I love your teaching keep spreading your great love in coding ! Thanks
    Let's Code !!!!!!!!!

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

      Thank you! All the best

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

    I am happy to see this video and definitely will improve my skills as Front End Developer...Once again Thank you so much..Bro

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

    hello i have come first time in this channel i like the video will look up to have good knoweldge from this channel

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

    Awesome....All videos are great in this channel....Best Guide for Coders ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️

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

    Thank you codedamn. Love from kerala India❤️❤️

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

    First time when I heard the name javascript, I asked is it like java ? Then I was told Java is related to javascript just how much gulab is related to gulab jamun. I've got really fascinated with it coz js does so many things on surface but inherently it is so plain and simple. Thanks for these concepts.

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

      Haha that's a great analogy!

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

    1 more concepts
    Closures
    Prototypes
    New features
    2) async
    Event loop
    Microtask/promises/callback
    Os level
    3 )debugging
    Experience
    Debugger/chrome/vscode
    V8/flamegraph
    4) Ecosystem
    Webpack
    Babel

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

    your all videos help me lot . i only want to say that your web dev videos are helping me and my lots of friends and its awesome.

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

    the guidelines look like the contents of YDKJS. I just started that book and it's really amazing

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

      Interesting that this wasn't inspired from the book at all! I should read the book

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

    The contents are very informative. Thank you for wonderful tutorials.

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

      You're welcome!

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

    Thank You!

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

    This video is fantastic. Well done. Very concise and clear, definitely gave me a good list of things to learn.

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

    I was waiting for the two brights circles to be aligned with your pupils, couldn't concentrate, my bad

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

    Excellent helpful resourse❤️✨🔥👑🙏

  • @ARUN-ik2nb
    @ARUN-ik2nb 3 ปีที่แล้ว

    How much DSA is necessary to master web dev? Because I think if the amount of time and effort I put in solving a DSA problem is put into dev then it would be much productive. What's your take on this?

  • @Sonu-tg6tg
    @Sonu-tg6tg 3 ปีที่แล้ว +2

    Thank you so much for this, your videos are really awesome with great video quality and content too.
    With help of your videos now I am able to build web projects.
    Thanks a lot!!

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

      Thank you Chaitanya! Means a lot

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

    Hello sir currently I am working as front end developer using Reactjs platform. But some time javascript confused the interms of concept please help me out ....

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

    I'm struggling to become good programmer but this video made my day thanks

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

      Thank you Mansoor!

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

    Thankx for sharing this information 🖤

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

    winning tshirt like this will increse intrest in coding and feel happy when u get something by doing hard thing.

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

    Which book you would recommend mastering JS?
    If you have read any of the books please let us know or make a video of reviewing the JS book.

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

      I haven't read a lot of books so might not be the best person to answer this

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

      @@codedamn thanks for the response brother

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

    console.log("I will master javascript")
    console.log("i win your heart");
    funfact:-javascript ignore the ; in end of line if you put it or not it will never give you error about syntax

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

    “The more experience you have, the more errors you have seen, the more weird edge-cases you have seen, the more quickly you will be able to trigger that memory cell in your brain the next time you see it.”

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

    I literally know everything you said but still feel I don't know js properly lol

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

    Just found your channel great to learn from you and these kinda T-shirts are an emotion not just peice of cloth

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

    I love the dev community ❤️❤️

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

    Sir please make such video for node js AWS cloud and react and java
    highly underrated channel ❤️❤️❤️ thank you for everything

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

    Thanks for the video. I'm gonna follow this.

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

    Your videos give me the required thought process and direction to ace the skills. Watching these videos give me the confidence to be a better developer.

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

      Glad to help Chakrandhar!

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

    This is the video I was waiting for..!! Recently came across your channel. Really love the work and got my new mentor to upskill myself. Thank you for the work and kudos! 🔥

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

      Glad it helped Indranil!

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

    Was hoping for this! Many thanks Mehul!!!

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

      You're welcome!

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

    That moment when you decide to watch a video while you are having lunch, totally forget about the food and pay attention on the video because is far more interesting and your food become just like your crush.... cold =)

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

      Haha! Thank you for spending your time with me :)

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

      @@codedamn thank you for giving us part of your time to help us to grow even more without charging us a single cent and helping even more to the community grow as it should be... thanks

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

    Thanks Codedamn 💙💙

  • @023PrashantSharma
    @023PrashantSharma 2 ปีที่แล้ว

    Actually i am a beginner in js, although using JQuery and ajax for last 3 months
    But not satisfied with what i am doings as i don't know about most of basic things and that stopped me to move forward in such a big library like react and vue.
    Sure, i will try this if I'm satisfied as i think, i will definitely add thought in future

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

      All the best Prashant!