JavaScript | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 4

JavaScript

Is it me? Or is JavaScript hard to learn? Why am I not understanding this material, why can’t I grasp the concepts.... what am I missing heLp !== toMe Function (help) { Help: “I need help” return(help); } Document.write(help); //please.

12th Feb 2018, 2:38 AM
gatchary forth
gatchary forth - avatar
6 Respuestas
+ 2
your code is incomplete. variable heLp is undefined. variable toMe is undefined as well. variable help is also undefined. JavaScript is case sensitive. heLp is different from help.
12th Feb 2018, 2:44 AM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
+ 2
For me too, the JavaScript is more flexible to understand. U can't guess the using learning here. It's only way to do practice more and more if you want to learn it. You can try jquery, it's more easily understandable.
12th Feb 2018, 2:45 AM
Praful Jangid
Praful Jangid - avatar
+ 2
@jonathan I know it’s incomplete thats the idea am trying to convey, I NEED HELP.... and @Prat I don’t want to go for what is easier I want what is required and that’s JavaScript. I would think since jquery is based on JavaScript I would still need to understand, learn and apply JavaScript ... I don’t even know what to practice it’s all just piece of irrelevant codes in the exercise to illustrate the use of what JavaScript can do but nothing to say put these to work ... I neeed help!!!!! Document.write(help!!!!!!!!)
12th Feb 2018, 3:30 AM
gatchary forth
gatchary forth - avatar
+ 2
Oh, ok.😊 try waching YouTube tutorials.
12th Feb 2018, 3:33 AM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
+ 2
for practice with learning chapter wise you can try w3schools.com site. It provide you relevant examples with each chapter.
12th Feb 2018, 3:52 AM
Praful Jangid
Praful Jangid - avatar
+ 1
🤦🏼‍♂️ okay
12th Feb 2018, 3:35 AM
gatchary forth
gatchary forth - avatar