Skip to content

Testing is a bit lacklustre #10

@mynlexi

Description

@mynlexi
  1. for arrays -> they dont go from 1 to 100, but from 0-> 99
  2. filtering -> the testing-case is lazy eg. this works:
    exports.findStudentName = function findStudentName(students, name) { return students //correct: return students.filter(student => student.name === name) };
  3. no test case for the Js Assignment done. #5 (y is type undefined, not type y: 2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions