Skip to content
Snippets Groups Projects
Commit be29997e authored by Andrej Rasevic's avatar Andrej Rasevic
Browse files

Exercise 2 due date fix

parent 3dd12a8c
No related branches found
No related tags found
No related merge requests found
# Exercise 2: # Exercise 2:
## Due Date: Saturday January 16, 11:59 PM ## Due Date: Thursday June 10, 11:59 PM
## Objectives: To get familiar with javascript functional prototypes, template strings, arrays and higher order javascript array functions. ## Objectives: To get familiar with javascript functional prototypes, template strings, arrays and higher order javascript array functions.
......
...@@ -13,7 +13,7 @@ function filterbasedOnBirthyear(data) { ...@@ -13,7 +13,7 @@ function filterbasedOnBirthyear(data) {
// filter testData based on implementation in script // filter testData based on implementation in script
//let results = testData.filter() //let results = testData.filter()
functionTestResultsForFilter(result, ) { function TestResultsForFilter(result, ) {
if (result === expected) { if (result === expected) {
console.log ("filterTestPassed") console.log ("filterTestPassed")
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment