I finished the javascript course but i can't code anything | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I finished the javascript course but i can't code anything

Am i the problem or this course was just an intro?

16th Dec 2017, 9:32 PM
Thynic
Thynic - avatar
15 Answers
+ 5
go through again
16th Dec 2017, 9:46 PM
Ifeanyi Hillz
Ifeanyi Hillz - avatar
+ 4
At the very least you should be able to practice using the following to see your output. document.write(yourVariable); From there, revisit the DOM module to interact with your HMTL and CSS. It will pay to do the HTML and CSS courses though otherwise you will probably get lost/confused.
16th Dec 2017, 9:58 PM
Duncan
Duncan - avatar
16th Dec 2017, 11:17 PM
Manual
Manual - avatar
+ 2
I learned html and css on codecademy i think that's enough but i didn't understand javascript elements properly.
16th Dec 2017, 10:11 PM
Thynic
Thynic - avatar
+ 2
that's the problem. Download the book head first JavaScript programming, and read the book, practice and solve exercise. At the end of book you will know much about JavaScript. Believe me there's nothing better than this book for a begginer.
16th Dec 2017, 10:16 PM
Yasir Hussain
Yasir Hussain - avatar
+ 2
then read it again
16th Dec 2017, 10:52 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 1
There's a book named Head First with HTML and CSS. It one of the best book for biggners. And another book head first JavaScript programming. First learn the basics of HTML and CSS and then move to Java script. These books will provide you a strong startup.
16th Dec 2017, 10:07 PM
Yasir Hussain
Yasir Hussain - avatar
+ 1
download cracked versions of these books, no need to buy them😎😎😎
16th Dec 2017, 10:08 PM
Yasir Hussain
Yasir Hussain - avatar
+ 1
did you learned JavaScript from sololearn
16th Dec 2017, 10:13 PM
Yasir Hussain
Yasir Hussain - avatar
+ 1
Appreciated for your answers, also i accept any recommendation :D
16th Dec 2017, 10:13 PM
Thynic
Thynic - avatar
+ 1
i will try it thank you so much pal
16th Dec 2017, 10:18 PM
Thynic
Thynic - avatar
+ 1
your welcome
16th Dec 2017, 10:18 PM
Yasir Hussain
Yasir Hussain - avatar
0
Maybe resetting the progress will help but i prefer learning through different platform like udemy
16th Dec 2017, 10:12 PM
Thynic
Thynic - avatar
0
yes
16th Dec 2017, 10:14 PM
Thynic
Thynic - avatar
- 2
Any examples of what you wanted to code? You should be able to react to page events or do simple animations (as shown in the examples).
16th Dec 2017, 10:43 PM
H Chiang