0
I finished the javascript course but i can't code anything
Am i the problem or this course was just an intro?
15 odpowiedzi
+ 5
go through again
+ 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.
+ 2
I learned html and css on codecademy i think that's enough but i didn't understand javascript elements properly.
+ 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.
+ 2
then read it again
+ 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.
+ 1
download cracked versions of these books, no need to buy them😎😎😎
+ 1
did you learned JavaScript from sololearn
+ 1
Appreciated for your answers, also i accept any recommendation :D
+ 1
i will try it thank you so much pal
+ 1
your welcome
0
Maybe resetting the progress will help but i prefer learning through different platform like udemy
0
yes
- 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).