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

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() (Challenge)
AboutCommentsNotes
padStart() & padEnd() (Challenge)
Expand for more info
index.js
run
preview
console
let example = 'YouTube.com/CodingTutorials360';

// console.log(example.padStart(100));
// console.log(example.padEnd(1));
Console
index.html
-1:04