Typescript is a statically typed superset of Javascript.
It is nothing else than plain JS plus anything Typescript has added on top of it.
Aims to extend the language and apply to modern development.
You can't just learn Typescript and forget about JS.
Typescript code needs to be transpiled into Javascript, in order to run in the browser.