We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48a8db commit 2958029Copy full SHA for 2958029
46_ANeddleInTheHaystack.js
@@ -0,0 +1,4 @@
1
+function findNeedle(haystack) {
2
+ // your code here
3
+ return "found the needle at position " + haystack.indexOf("needle");
4
+}
0 commit comments