There was an error while loading. Please reload this page.
1 parent dba1c5e commit d8c4077Copy full SHA for d8c4077
1 file changed
Sprint-2/Prep/functions.js
@@ -31,4 +31,7 @@ console.log(passion)
31
32
const luckyNumber = "7"
33
const changeNumber = luckyNumber.padStart(5, "0")
34
-console.log(changeNumber)
+console.log(changeNumber)
35
+
36
+const anotherNumber = luckyNumber.padEnd(5, "0")
37
+console.log(anotherNumber)
0 commit comments