DEV Community

Discussion on: JavaScript is not an untyped language

Collapse
 
bias profile image
Tobias Nickel

I want to add, that js in fact has many typesystems.

  • api types: graphql and grpc.
  • compiletine types: from typescript
  • database schemas: mongoose, typeorm, sequelize
  • typevalidation: json-schema, Joi, super-struct...
Collapse
 
miguelmj profile image
MiguelMJ

Although I'm talking about vanilla JS, I guess you could talk about extended versions of the language, using other frameworks and utilities.
Thanks for commenting!