+ 5
What can you do with Javascript?
There are many ways to use Javascript. I would like to know all the possiblilies of coding with javascript. Please share what you use javascript for and what is can be used to do. Feel free to post examples, the more the better!
5 Réponses
+ 7
If you want to challenge yourself.
Use JS vanilla.
Javascript vanilla is plain javascript, it is is used without additions such as libraries.
+ 6
You can use the Jquery library to add elements to the html and CSS part of the web code.
+ 6
@Olumide Javascript is not just for adding effects on webpage. We can use Javascript on server side also. There are lots of other use cases also
+ 5
One thing you can do is create extentions like Node.JS
Node.JS is a javaruntime that contains a tool-kit the is usefull for both front-end and back-end developement.
https://nodejs.org/en/about/
0
Java script is a scripting language used for adding effects to a webpage