Skip to content

Commit

Permalink
Fix a few more spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
over-engineer committed Oct 27, 2019
1 parent e94ce4a commit f63a18c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wordcount.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
var mouse = document.getElementById("func");

mouse.onclick = function() {
console.log("Entered funtion");

var val = document.getElementById("spaces").value;
var wordcount =0;
var wordcount = 0;
var spacecount = 0;
var sentcount =0;
var sentcount = 0;

for (var i = 0; i < val.length; i++) {
console.log("Entered for");
Expand Down

0 comments on commit f63a18c

Please sign in to comment.