0% found this document useful (0 votes)
22 views10 pages

Javascript The Language of The Future

Javascript is a programming language used to implement interactive features on web pages like updating content, displaying maps and graphics, and playing videos. It allows developers to create both web and mobile applications. Javascript can also be used with frameworks like Electron to develop desktop applications using web technologies. Overall, Javascript is becoming a widely-used language that can satisfy programming needs across all software platforms.

Uploaded by

chris
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODP, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views10 pages

Javascript The Language of The Future

Javascript is a programming language used to implement interactive features on web pages like updating content, displaying maps and graphics, and playing videos. It allows developers to create both web and mobile applications. Javascript can also be used with frameworks like Electron to develop desktop applications using web technologies. Overall, Javascript is becoming a widely-used language that can satisfy programming needs across all software platforms.

Uploaded by

chris
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODP, PDF, TXT or read online on Scribd
You are on page 1/ 10

Javascript the language of the future

What's a programing language?


A programming language is a formal language,
which comprises a set of instructions used to
produce various kinds of output.
Examples:
What would you use it for?
Programming languages are used to create
programs that implement specific algorithms.
What’s Javascript (js)?
JavaScript is a programming language that allows you to
implement complex things 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.
Example with Javascript
But...Javascript goes beyond...
What’s a Framework
Framework: are just like libraries, but you
cannot call frameworks in the same way as
libraries. The framework call your code and you
need to know it.
Examples:

as you will see with js can create web pages


If...Can I make mobile apps with js?
yes, you can create hybrid applications for any
platform.
If...Can I make desktop applications
with js?
Electron is a framework for JavaScript that allows the
development of desktop applications through the use of web
technologies.
Conclusion
Javascrit is becoming a programming language
that covers all software requirement platforms.

You might also like