Skip to content

Commit

Permalink
Updated app file
Browse files Browse the repository at this point in the history
  • Loading branch information
parthpandyappp committed Jan 18, 2021
1 parent 5835d35 commit d8d740a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import {info} from './env.js'

const body = document.querySelector('body')
const button = document.querySelector('.button')
const word = document.createElement('h1')
Expand Down Expand Up @@ -44,4 +42,4 @@ const randomDefinition = (word) => {

button.addEventListener('click', function () {
randomword();
})
})

0 comments on commit d8d740a

Please sign in to comment.