JavaScript Journey
Js
What is Js?
JavaScript is a scripting or programming language that allows you to implement complex features on web pages — every time a web page does more than just sit there and display static information for you to look at — displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc. — you can bet that JavaScript is probably involved. It is the third layer of the layer cake of standard web technologies, two of which (HTML and CSS) we have covered in much more detail in other parts of the Learning Area.
So basically,
• HTML-Which build the Skelton on a webpage. (Hypertext markup Language)
This one is the most famous and used markup language right now.
• CSS- Cascade Style Sheet that one is like a muscle & skin to the body which means Thing that make webpage more user-friendly and stylish(background-colors, fonts etc.)
• JavaScript-This is like nervous system in body which makes body in to action. Scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else.
References: - https://shorturl.at/qIPU4
This one is my personal Exercise you should try this: -
This is a simple game you can build it using Html, CSS , Js .
This is the context of this game:
User should input a number
And game select a random number
If both same, user wins if not alert will say user’s input large or small to the random number
Try this Out and Share Your code with everyone I will Put my one in next blog Post…..
Blog Post By: -
Kavi Bro
Comments
Post a Comment