id/email | |
password | |
forgot password | create account |
Function Call | Return Value | |||
---|---|---|---|---|
search("Hello", "World", "!") | → | |||
search("Hello", "World", "o") | → | |||
search("Bohemian", "Rhapsody", "a") | → | |||
search("!!", "??", "aaaa") | → | |||
search("Computational", "Thinking", "i") | → | |||
search("Ok...", "Then...", "...") | → |
Experiment with this code on Gitpod.io