Nice, that's why I'm invested in this, constant and continuous developing. Btw I don't get what are differences between TypeScript and JavaScript

TypeScript is a syntactical superset of JavaScript, and adds optional static typing to the language as well as IDE support for easier spotting of errors. TypeScript is designed for development of large applications and transcompiles to JavaScript (JavaScript that is more scalable).