Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed Apr 16, 2024
1 parent 1b419f5 commit 6aefca4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// https://www.algoexpert.io/frontend/coding-questions/deep-equals

function deepEquals(valueOne, valueTwo) {
const hasSameType = typeof valueOne === typeof valueTwo;
const areEqual = valueOne === valueTwo;
Expand Down

0 comments on commit 6aefca4

Please sign in to comment.