Skip to content

SummerOfCode2020/WEEK-03-STRICT-EQUAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD Strict Equal

In this exercise you will be using a test driven development (TDD) approach to implement a strictEqual() function. The strictEqual() function will work similiar to the way the === operator works but within a strictEqual() function.

Examples

  • strictEqual(5, '5') should return false
  • strictEqual('a', 'a') should return true

Instructions

  • Create a branch called answer
  • Creating your tests
  • Committing your tests to your branch
  • Write the code for your your strictEqual function until your tests pass
  • Commit your working code.
  • Push your answer branch up to GitHub.
  • Create a pull request
  • Request review from the instructor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published