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.
16 lines
461 B
16 lines
461 B
4 years ago
|
## 🌟 Unchanging
|
||
|
|
||
|
You are now begining **BONUS** exercises, those are made to make you explore JS
|
||
|
a bit more by yourself and show you more obscure / weird aspects of the
|
||
|
language.
|
||
|
|
||
|
**Only spend time on those if you are ahead !**
|
||
|
|
||
|
If you feel already a bit overwhelmed by all you had to learn so far, don't feel
|
||
|
bad to skip them.
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
Declare a variable `unchanging` of the value of your choice, but you must make
|
||
|
sure it can not be re-assigned.
|