Posts

Showing posts from April, 2023

JavaScript Journey

Image
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 ma...