What does the "_" (underscore) symbol in Node.js mean? – stackoverflow.com

I was playing in Node.js with some code when I noticed this thing: > 'hello world'.padEnd(20); 'hello world ' > 'hello world'.padEnd(20, _); 'hello worldhello wor' What does the ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "What does the "_" (underscore) symbol in Node.js mean? – stackoverflow.com"