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