This commit is contained in:
peachesontour 2020-06-29 21:26:07 -03:00 committed by GitHub
parent 340ce43421
commit de2542378f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
# Error on reading non-existant property
# Error on reading non-existent property
Usually, an attempt to read a non-existant property returns `undefined`.
Usually, an attempt to read a non-existent property returns `undefined`.
Create a proxy that throws an error for an attempt to read of a non-existant property instead.
Create a proxy that throws an error for an attempt to read of a non-existent property instead.
That can help to detect programming mistakes early.