What You Should Know About JavaScript

What You Should Know About JavaScript

Javascript # Javascript is a programing language that works on a v8 engine. this engine helps your browser to understand and interact with javascript. Note if you are using an external file for javascript it must be saved with a file extension of js

fileextention.PNG

Believe me when I say javascript is not difficult

Javascript is majorly built in these two things ###

  • Functions

  • Object

If you can understand these two, bet me javascript will no longer be difficult so your energy should be placed on these two. Once you have gotten the basics of javascript such as

  • Variables

  • Data Type

  • If statement / condition statement

  • Operators etc

Remember practice makes for improvement and don't be afraid of error debug them ask questions that will improve your javascript skill and all learn to teach the little you've learned or know about javascript, there's no shortcut to mastering javascript and programming at large so enjoy your learning process.

Happy Coding