Training curriculum on coding for end-users

Author: 
Peter Palvolgyi
Category: 

Attached please find the draft training curriculum on coding for end-users.

At the end of it, you should be able to: 

  •  make a game (e.g. memory) in JavaScript 
  •  add a GUI (graphical user interface) with HTML5 & CSS3 
  •  understand and explain the basic programming concepts 

First of all, keep in mind that it exits thousands of resources online. It would not be possible to propose a complete course here. However, in programming, you will find all your answers thanks to a simple search on the web. Consider this course as an introduction, step by step, to JavaScript. Enjoy! 

 

Why learn JavaScript? 

 

Not to be confused with Java, JavaScript allows you to build interactive websites. JavaScript has become an essential web technology along with HTML and CSS, as most browsers implement JavaScript. Thus, You must learn JavaScript if you want to get into web development, and you must learn it well if you're planning on being a front-end developer or on using JavaScript for backend development. 

 

Furthermore, JavaScript usage has now extended to mobile app development, desktop app development, and game development. All in all, it has exploded in popularity and is now a very useful skill to learn.