Omg javascript is so hard than html and css any advice on how to understand javascript easily please 😭 😫 🙏 | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 5

Omg javascript is so hard than html and css any advice on how to understand javascript easily please 😭 😫 🙏

13th Aug 2021, 7:13 AM
Dami
Dami - avatar
9 Réponses
+ 1
And I always tought js is the simpliest scripting lang, but mostly people who can't do real programming says that Python is easy, try that
13th Aug 2021, 8:34 AM
nicolas turek
nicolas turek - avatar
+ 4
Dami Please be more specific.
13th Aug 2021, 7:24 AM
Calvin Thomas
Calvin Thomas - avatar
13th Aug 2021, 7:30 AM
The future is now thanks to science
The future is now thanks to science - avatar
0
Calvin Thomas I mean an easier way to understand javascript
13th Aug 2021, 7:29 AM
Dami
Dami - avatar
0
The future is now thanks to science[In a break] thanks I'll check it out now 😊😊😊😊
13th Aug 2021, 7:31 AM
Dami
Dami - avatar
0
Dami What problems are you facing nowthat you find it hard? I find it easy.
13th Aug 2021, 7:46 AM
Calvin Thomas
Calvin Thomas - avatar
0
nicolas turek thanks for your response Sir, yes I do know python is easy, but I need javascript for my frontend development 🥲🥲🥲
13th Aug 2021, 8:39 AM
Dami
Dami - avatar
0
Than you have to write, why js is so hard, it's almost same as python, except def is replaced with function, end of line is replaced with ; and function are closed in {} Also functions have different classes and names but that's all And if you don't understand loops, than idk what to say... Use while if for is too complicated Example: for (i = 0; i < 5; i++); is same as i = 0; while(i < 5) {i += 1}
13th Aug 2021, 8:47 AM
nicolas turek
nicolas turek - avatar
0
Dami If you take in the time and effort required in an efficient manner, then you'll be able to understand it. In my opinion asking for some guidance based on that won't do anything. I hope that this helps.
13th Aug 2021, 9:08 AM
Calvin Thomas
Calvin Thomas - avatar