mirror of
https://github.com/alrayyes/wiki.git
synced 2025-07-15 22:21:46 +00:00
Quartz sync: May 6, 2024, 10:40 PM
This commit is contained in:
parent
aee9145691
commit
4ef8371441
635 changed files with 22281 additions and 6 deletions
9
content/20201111093310-javascript_referenceerror.md
Normal file
9
content/20201111093310-javascript_referenceerror.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
id: 52bd8a6a-0d4c-4860-b015-333e7f1b7e34
|
||||
title: JavaScript ReferenceError
|
||||
---
|
||||
|
||||
``` javascript
|
||||
'use strict';
|
||||
console.log(notValidVar); // ReferenceError: notValidVar is not defined
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue