JS常见错误总结

65 阅读1分钟

1. 访问undefined或者null的属性或者设置属性

    1. Uncaught TypeError: Cannot read property
    1. TypeError: Cannot read property ‘length’
    1. Uncaught TypeError: Cannot set property

2. 未定义访问

Uncaught ReferenceError: x is not defined 未定义访问

附录

rollbar.com/blog/top-10…