I hereby claim:
- I am castrolem on github.
- I am castrolemmt (https://keybase.io/castrolemmt) on keybase.
- I have a public key ASBmC-mr9PDK0oolmhjDxIHVtJfejZnkbPaPjQJz455DHQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| let arr = [[1,2,[3]], 4]; | |
| const flatten = arr => { | |
| let i = 0; | |
| while (i < arr.length) { | |
| if (Array.isArray(arr[i])) { | |
| arr.splice(i, 1, ...arr[i]) | |
| } else { | |
| i++ | |
| } | |
| } |
| <div id="history"> | |
| <div id="history_clock"> | |
| <div id="clockface"> | |
| <div id="clockglare"></div> | |
| <div id="clockarm_1" ></div> | |
| <div id="clockarm_2"></div> | |