basic.js 223 B

1234
  1. // Coding standard for this project defined @ https://github.com/MatthewSH/standards/blob/master/JavaScript.md
  2. const $rightpad = require('../rightpad');
  3. console.log($rightpad('hello world', 14, '.')); // => hello world...