remove things
This commit is contained in:
11
src/example.js
Normal file
11
src/example.js
Normal 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))
|
||||
Reference in New Issue
Block a user