An open API service indexing awesome lists of open source software.

https://github.com/folody-team/basic-javascript-tutorial

A simple tutorial for beginner learning Javascript programming language
https://github.com/folody-team/basic-javascript-tutorial

tutorial-code

Last synced: about 1 year ago
JSON representation

A simple tutorial for beginner learning Javascript programming language

Awesome Lists containing this project

README

          

# 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](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript?retiredLocale=vi)

## How to start ?
Simply , you'll need a code editor , I suggest using visual studio code or [replit](https://replit.com).
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.