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
| const fruits = ["Apple", "Mango", "Orange", "Banana", "Kiwi"] | |
| const characters = [ "b", "c"] | |
| // Problem: find Longest fruit name which doens't contain any of thse characters. | |
| // Fruit Element Length | |
| // Character inclusion in Fruit Element. | |
| let fruitWithHighestLength = ""; | |
| for (const fruitElement of fruits) { |
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
| ((nil . | |
| ((inf-clojure-custom-startup . "bb socket-repl 1666") | |
| (inf-clojure-custom-repl-type . babashka)))) |