template litteral
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
if (n % 5 === 0)
|
if (n % 5 === 0)
|
||||||
result = result + 'gosling'
|
result = result + 'gosling'
|
||||||
if (result)
|
if (result)
|
||||||
console.log(result)
|
console.log(`n: ${result}`)
|
||||||
if (n <= limit)
|
if (n <= limit)
|
||||||
ryangosling(n + 1, limit)
|
ryangosling(n + 1, limit)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user