Ever wanted to learn to code?TypeScript isone of the most popular programming languages in the world, with a wide range of applications from browsers to servers, many jobs available in the industry, and many other advantages such as outstanding performance and excellent tooling. That all makes it a great choice for starting to learn how to code. This tutorial series will help teach you the beginnings of the TypeScript programming language inConstruct!
Learn how to get started writing TypeScript code in Construct, and log a message to the browser console.
Learn some of the basic features of the TypeScript programming language, such as comments, variables and data types.
Learn more about the various operators you can use in TypeScript, ranging from assignment to boolean logic.
Learn about 'if' statements, loops, and other basics of control flow in TypeScript.
A short detour through some essential TypeScript concepts before continuing on.
Introduces functions, a core part of all computer programming.
Covers more details about functions in TypeScript, including function expressions, recursion, arrow functions and closures.
Introduces objects, another key fundamental of TypeScript programming.
Learn how objects and functions can be used together, including how the 'this' keyword works.
Learn about some fundamental programming data structures and how they are used in TypeScript: arrays, maps and sets.
Covers a range of built-in features in TypeScript, including math, string and array methods, and more.
Learn how to use Construct's built-in features - aka APIs - to access objects and more from TypeScript.
Learn how to organise code with TypeScript Modules, including how they are used in Construct.
Learn where to go next, with lots more resources to explore, some final bits of advice, and closing remarks.