scrimba
Introduction to ES6+
padStart() & padEnd()
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

padStart() & padEnd()
AboutCommentsNotes
padStart() & padEnd()
Expand for more info
index.js
run
preview
console
let example = 'Dylan';



console.log(example);
Console
"Dylan"
,
index.html
-1:21