Epicodus Week 3 project. Specs in README.md.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Add specs to README.md.
e1cde1dView on GitHubAdd refactored code so that front and back end are seperated, add specs to README.MD
9b4d191View on GitHubFixed semantics error in code. Now for loop checks if i % 15 === 0, then 5, then, 3.
27dccccView on GitHubAdd else statement to most recent if statement concatenating <li> + i +</li> to each element passed.
caf106cView on GitHubAdd else if to most recent if statement handling if (current index % 5 === 0) if true and if (current index % 15 === 0) is true.
ab05f5cView on GitHubAdd if statement : checks if (current index % 3 === 0) is true. Said if statement is nested within oneToUserInput.length loop.
2bfc7f4View on GitHubAdd empty array oneToUserInput. For loop : iterate = to vale of userInput, each iteration will push the current index to oneToUserInput.
073c633View on GitHubAdd if/else to check if u serInput === NaN is true of false.
8bd6469View on GitHubAdd var userInput : holds the users input. .empty() : removed any previously appended content, .append(uderInput) : displays the value of userInput in html at #output.
94739d2View on GitHubAdd spects to README.md, basic HTML set up, set up basics for front-end in scripts.js.
dfc9012View on GitHub