Folody-Team / Basic-Javascript-Tutorial

A simple tutorial for beginner learning Javascript programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-javascript-for-beginner

Welcome to this repo , this suppose to be a friendly way to learn javascript for beginner . This tutorial contain some of the function, the basic of javascript with example code

what is javascript?

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. see more

How to start ?

Simply , you'll need a code editor , I suggest using visual studio code or replit. In your visual studio code , create a file call index.js , you can neither name it stuff.js or any name but you i'll have to put the js dot at the end. Or in replit , make a new repl and choose the node.js, then give your repl a name and then you are good to go.

About

A simple tutorial for beginner learning Javascript programming language

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%