1. var strStr = function(haystack, needle) {
    2. return haystack.indexOf(needle)
    3. }

    image.png