This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // CHALLENGE: https://www.freecodecamp.org/challenges/seek-and-destroy | |
| /* | |
| You will be provided with an initial array | |
| (the first argument in the destroyer function), | |
| followed by one or more arguments. | |
| Remove all elements from the initial array that | |
| are of the same value as these arguments. | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // CHALLENGE: https://www.freecodecamp.org/challenges/seek-and-destroy | |
| /* | |
| You will be provided with an initial array | |
| (the first argument in the destroyer function), | |
| followed by one or more arguments. | |
| Remove all elements from the initial array that | |
| are of the same value as these arguments. | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // CHALLENGE: https://www.freecodecamp.org/challenges/seek-and-destroy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // CHALLENGE: https://www.freecodecamp.org/challenges/check-for-palindromes | |
| // TESTS: | |
| // palindrome("eye") should return a boolean | |
| // | |
| function palindrome(str) { | |
| // Good luck! | |
| return true; | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Type JavaScript here! | |
| var lk = 1; | |
| var lk = 2; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Type JavaScript here! | |
| var lk = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Type JavaScript here! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Type JavaScript here! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Type JavaScript here! | |
| var turnOne = "LN!!!"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Type JavaScript here! | |
| var turnOne = "LN!!!"; |