The struggle with JavaScript is real!

JavaScript is way more confusing than Responsive web design.
Anyone else struggling with Java or is it just me? :confused:

Link to the challenge:

1 Like

First of all, just to be clear, Java and JavaScript are not the same thing. They are at best siblings, both descending from the C language. The old saying that ā€œJava is to JavaScript as car is to carpetā€ may be a bit of an exaggeration, but stillā€¦ The ā€œJavaā€ in ā€œJavaScriptā€ has more to do with marketing than anything else.

But yeah, JS is much harder than HTML and CSS. Those were basically just scripting languages, whereas JS is a ā€œrealā€ programming language.

So yeah, everyone struggles with it. Just keep at it. And remind yourself that itā€™s a good think that itā€™s so difficult - thatā€™s why it pays well.

4 Likes

Thank you for the clarification , much appreciated! I am just trying to learn as much as I go!

1 Like

Hi @noxmaraba !

Nope, it is not just you. :grinning:

Just take your time.
It is not a race.
With practice and time the concepts will start to make sense.

1 Like

thank you for this!! this just helped me boost my confidence <3

1 Like

I like ā€œJava is to JavaScript as ham is to hamburgerā€. :slight_smile:

3 Likes

i am on the same boat but I keep going ā€¦ we got this. you got this.

1 Like

Thank you, and for sure WE GOT THIS :slightly_smiling_face:

1 Like

Not just a ā€˜youā€™ thing. Cant tell you how many times I thought about quitting because my code didnt work, only to find out hours later that it wasnā€™t running right because I literally missed a comma in a switch statement or a semicolon in a function :triumph:

Javascript demands that not only do you need to know what youre doing, but you must do it with precision. Totally unforgiving.

But I can see that im making progress.

3 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.