Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement String.prototype.{padStart(), padEnd()} #56

Merged
merged 2 commits into from
Jul 8, 2019

Conversation

calluw
Copy link
Contributor

@calluw calluw commented Jul 6, 2019

Addition of new String.prototype methods padStart() and padEnd():
https://tc39.es/ecma262/#sec-string.prototype.padend
https://tc39.es/ecma262/#sec-string.prototype.padstart

Completes more of the outstanding tasks from #13.

@jasonwilliams
Copy link
Member

You're on fire!

@jasonwilliams jasonwilliams merged commit 0885e00 into boa-dev:master Jul 8, 2019
@oovm oovm mentioned this pull request Jul 9, 2019
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants