+ 1

How to understand JavaScript ,i am a beginner and very difficult for me.plz help me

13th Oct 2017, 4:14 PM
Usama KHAN
Usama KHAN - avatar
4 Antworten
+ 4
A good place to start when you start getting into JavaScript is to first learn how the DOM (Document Object Model) is set up. You begin to see how a web page hierarchy works. Understand how variables work. And then practice with simple functions. Some ideas to practice with: -Create a basic html page including common html elements such as div, span, table, etc... -Learn how to assign specified html elements to JavaScript variables. -Use JavaScript functions to alter the innerHTML of the elements inside the variables you created. -Use JavaScript functions to change the css styles of those elements. Just like with any other programming language, practice makes perfect. Experiment. Play around. Get familiar with the basics so that you have a strong foundation on which to grow. I hope this helps. I'm a JavaScript beginner as well.
14th Oct 2017, 6:07 AM
Mark Paramonte
Mark Paramonte - avatar
+ 3
You'll have to be more specific with your questions if you want to get any answers that will help you. What's your current issue? What are you trying to understand?
14th Oct 2017, 2:44 AM
Shane Overby
Shane Overby - avatar
+ 1
hey shane its actually easy but i do understand where you're coming from..what i did is do what i know over and over till i understand..in short dont worry of anything else just focus on what u are dealing with..i have 3 devices that helps me alot on many issues
14th Oct 2017, 10:46 AM
Rico Traxler
Rico Traxler - avatar
0
you'll understand what ever you know give it time to sink in he he
14th Oct 2017, 1:50 PM
Rico Traxler
Rico Traxler - avatar