Skip to content

Instantly share code, notes, and snippets.

View EdelweissPirate's full-sized avatar
😄
Working from home

Joshua Evans EdelweissPirate

😄
Working from home
  • Wales
View GitHub Profile
const num = 9
num < 10 ?
console.log(9) : num < 100 ?
console.log(09) : console.log('why have you done this?')