Do I master Typescript if I master Javascript ? Is Typescript syntax different ? Answers appreciated, thank you !

  • @Quasari
    link
    English
    411 months ago

    To be a superset, all elements of the subset must be contained within the superset.

    TypeScript is a superset of JavaScript as valid JS code(just with everything implicitly the any type) is valid TS code.