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 d22484e commit a43eac4Copy full SHA for a43eac4
lesson_07/conditionals/src/lesson7.ts
@@ -123,7 +123,7 @@ export function getFirstNFibonacciNumbers(n: number): number[] {
123
* Finds a value in an array of values.
124
*
125
* @param values The values to search.
126
- * @param start The left most index to search.
+ * @param start The left most index to search.e
127
* @param end The right most index to search.
128
* @param value The value to look for.
129
* @return The index of the value if found in the array and -1 otherwise.
0 commit comments