Skip to content

Commit

Permalink
adds some broken javascript and verbose messaging - this is just for …
Browse files Browse the repository at this point in the history
…playing around, don't keep this in the project
  • Loading branch information
berkeleycole committed Jul 14, 2019
1 parent 4b2fcf2 commit b3bd373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/js/nameChecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ function checkForName(inputText) {
"Georgiou"
]

let x = 20 * (2 + 4;

if(names.includes(inputText)) {
alert("Welcome, Captain!")
}
Expand Down
1 change: 1 addition & 0 deletions webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
entry: './src/client/index.js',
mode: 'development',
devtool: 'source-map',
stats: 'verbose',
module: {
rules: [
{
Expand Down

0 comments on commit b3bd373

Please sign in to comment.