November 2018
Beginner
502 pages
10h 22m
English
Here are some questions to test what you have learned in this first chapter. The answers can be found in the appendix.
Good luck!
const flag = false;
class Product { constructor(public name: string, public unitPrice: number) {}}let table = new Product();table.name = "Table";table.unitPrice = 700;
Read now
Unlock full access