📜 ⬆️ ⬇️

Primer Programming Tutorial

image I present to your attention a tutorial on programming for beginners (suitable for schoolchildren). The main goal is to facilitate the entrance into the world of programming for everyone.

The main differences from existing textbooks:
- a real programming language JavaScript (rather than a specialized language for learning)
- it is not required to install a development environment (unless a code editor)

Naturally, there is nothing about closures, scope, OOP, etc. Only the most simple procedural programming. And the choice of language is connected only with the fact that JS is the most accessible. Opened the browser, and off you go.

At the beginning of the year I made the announcement http://megamozg.ru/post/7802/ . Thanks to this there was a feedback and many pleasant reviews. Now I consider the textbook integral (but not completed). Plans: videos with short master classes (I think they are more accessible for an untrained person). I wanted to make a downloadable version on gitbook.com, but it stops the need for reformatting for better code design.
')
http://kidsjs.blogspot.ru

Source: https://habr.com/ru/post/259547/


All Articles