Undefined vs null in javascript

This question already has an answer here:

  • What is the difference between null and undefined in JavaScript? 30 answers

  • Null means its set to a null set, like in Set Theory. But Null is still defined.

    The logic for undefined naturally follows.

    All these concepts are from Mathematics. In fact programming is essentially just Linear Algebra.

    链接地址: http://www.djcxy.com/p/76648.html

    上一篇: undefined和null之间有什么区别?

    下一篇: 在javascript中未定义vs null