代码报错是经常发生的一件事,我们要确定是什么原因造成的,以及如何避免错误。
Uncaught TypeError: Cannot read property
TypeError: ‘undefined’ is not a function
Uncaught RangeError: Maximum call stack
TypeError: Cannot read property ‘length’
Uncaught TypeError: Cannot set property
ReferenceError: event is not defined
总结:代码报错多是因为null和undefined造成的,所以在写代码的时候要考虑到一些特殊情况的处理,避免发生错误。在这里插入图片描述