This website requires JavaScript.
Explore
Help
Sign in
alrayyes
/
wiki
Watch
1
Star
0
Fork
You've already forked wiki
0
mirror of
https://github.com/alrayyes/wiki.git
synced
2025-03-30 01:32:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a3d8db1108
Branches
Tags
No results found.
wiki
/
content
/
20201112095711-javascript_string_padend_method.md
Ryan Kes
6a506618a5
Quartz sync: Oct 30, 2024, 6:34 PM
2024-10-30 18:34:11 +01:00
390 B
Raw
Blame
History
date
id
title
2020-11-12
2ced27fe-8663-43d3-b3e7-f2b332599637
JavaScript String padEnd Method
Syntax
console
.
log
(
"x"
.
padEnd
(
5
,
"ab"
));
// xabab
See also
padStart
JavaScript String Prototype Methods
ES2017