wiki/content/20201111093310-javascript_referenceerror.md

9 lines
188 B
Markdown

---
id: 52bd8a6a-0d4c-4860-b015-333e7f1b7e34
title: JavaScript ReferenceError
---
``` javascript
'use strict';
console.log(notValidVar); // ReferenceError: notValidVar is not defined
```