Skip to content

Commit

Permalink
Create test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRiveraHQ committed Oct 20, 2023
1 parent 6cbf24f commit d129a9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Make a test function that returns true
// if the input is a string and false otherwise.

function test(input) {
return typeof input === "string";
}

0 comments on commit d129a9d

Please sign in to comment.