wiki/content/20201111093310-javascript_referenceerror.md

11 lines
203 B
Markdown
Raw Normal View History

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