We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
All private interactions must abide by the code of conduct.
let a = 1; let b = 2; [a, b] = [b, a]; =)
Jun 16 '19
JS: const nums = [100, 200, 400, 800, 1600, 3200, 6400, 12...
Feb 20 '19
Recent comments
Destructuring JavaScript objects like a pro
let a = 1; let b = 2; [a, b] = [b, a]; =)
Challenge: Get Closest Number in an Array
JS: const nums = [100, 200, 400, 800, 1600, 3200, 6400, 12...