updated to folders in master (#1)

This commit is contained in:
Zac Jones
2018-10-24 11:58:04 -04:00
committed by Kent C. Dodds
parent 4e579627b7
commit 860492ad3f
59 changed files with 8115 additions and 0 deletions

View File

@@ -1,10 +0,0 @@
const name = 'Freddy'
typeof name === 'string'
if (!('serviceWorker' in navigator)) {
// you have an old browser :-(
}
const greeting = 'hello'
console.log(`${greeting} world!`)
;[(1, 2, 3)].forEach(x => console.log(x))