remove things

This commit is contained in:
Kent C. Dodds
2018-09-14 20:07:27 -06:00
parent 5fdae592f1
commit a3f32f5b01
9 changed files with 4 additions and 3077 deletions

11
src/example.js Normal file
View File

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