mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
432 B
21 lines
432 B
4 years ago
|
## An Undefined Future
|
||
|
|
||
|
### Undefined
|
||
|
|
||
|
In previous exercise, you might have encouter `undefined` already.
|
||
|
|
||
|
It's the value of a variable not having a value !
|
||
|
|
||
|
It's saying that the value was not defined.
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
Find a way to declare a variable `myFuture` without defining its value
|
||
|
|
||
|
Because after all, we don't know what your future holds !
|
||
|
|
||
|
> There's no future \
|
||
|
> No future \
|
||
|
> No future for you \
|
||
|
> ― The Sex Pistols
|