mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-19 09:02:35 -05:00
7 lines
329 B
Markdown
7 lines
329 B
Markdown
---
|
|
title: Undefined Primitive Value
|
|
---
|
|
A primitive value automatically assigned to variables that have just been declared or to formal arguments for which there are no actual arguments.
|
|
|
|
<a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/undefined' target='_blank' rel='nofollow'>MDN</a>
|