How different are the semantics between Python and JavaScript?

后端 未结 6 1246
無奈伤痛
無奈伤痛 2021-01-30 09:36

Both these languages seem extremely similar to me. Although Python supports actual classes instead of being prototype-based, in Python classes are not all that different from f

6条回答
  •  难免孤独
    2021-01-30 09:50

    Typing: Javascript and Python are both dynamically typed, whereas javascript is weakly, python strongly typed.

提交回复
热议问题