Closed shtukas closed 8 years ago
In 02_strings.clj, the answer to
(= __ (string/index-of "hello world" "bob"))
is nil but nil is not obvious for somebody who never saw it before. This step introduces it.
nil
Thanks @Strikingwolf I updated the request. Cheers,
👍 Thanks!
In 02_strings.clj, the answer to
(= __ (string/index-of "hello world" "bob"))
is
nil
butnil
is not obvious for somebody who never saw it before. This step introduces it.