You are on page 1of 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