Skip to content
malcolmjerry edited this page Apr 12, 2015 · 4 revisions

This pad-left is wrong.

pad('abc', 10, '~'); //=> '~~~~~~~~~~abc'

This should be //=> '~~~~~~~abc'

Clone this wiki locally