
Treat code as an expanding universe that stays orderly with indentation, spacing, line breaks, and consistent casing to avoid chaos; adopt a set of conventions and stick with them.
Understand constant variables using the const keyword, require initialization, ensure type matches, and prevent reassignment, with examples of the assignment operator and correct versus incorrect initializations.
Why take a course with 'Coding in Fun'?
The biggest advantage of this course is that on top of the built-in quizzes, there is a dedicated course website with different exercises for each lesson.
The course is done 100% online, and no installation is required.
The course breaks subjects down into short lessons, making it easier to follow.
The course uses real-life examples to make the topics easier to understand.
Who is this course for?
This course is the 1st in a free series of basic programming courses, built so it's suited for kids and adults alike.
No prior knowledge is required.
The course is for you if you:
want to start programming, or
already know basic programming, but want to study TypeScript, or
want to have fun learning something new.
What does this course cover?
The following coding concepts are introduced:
Code readability: comments
Code readability: conventions (styling)
Variables
Why TypeScript?
TypeScript is an advanced form of JavaScript, and is the language used both in Node.js (backend) and React.js (frontend). If one day you decide to develop your own app or website, or both, then with TypeScript you could do both and not have to learn another language.
My goal is for you to enjoy the course, and become proficient in the material by the time you finish it!!