← Back to context

Comment by LAC-Tech

2 months ago

Javascript is not untyped; it's dynamically typed.

In this context untyped means that it is dynamically typed and doesn't have static type hints. It's a fairly new word but I've seen it used enough and the meaning is obvious enough that I don't think you need to pedantically correct it.

  • I think if you want to talk about typing disciplines, and their trade offs, it's helpful to get basic definitions correct.

    If I wrote something and I made a mistake like this I would hope someone would correct me.