wiki/content/20201111093310-javascript_referenceerror.md

11 lines
203 B
Markdown
Raw Normal View History

2024-05-06 20:40:05 +00:00
---
2024-10-30 17:04:36 +00:00
date: 20201111
2024-05-06 20:40:05 +00:00
id: 52bd8a6a-0d4c-4860-b015-333e7f1b7e34
title: JavaScript ReferenceError
---
``` javascript
'use strict';
console.log(notValidVar); // ReferenceError: notValidVar is not defined
```