User:Xenwolf/vector.js: Difference between revisions
m testing... |
testing... |
||
| Line 1: | Line 1: | ||
function | var format_words = function(title, numWords){ | ||
let text = title+" ("+numWords+" words)"; | let text = title+" ("+numWords+" words)"; | ||
return text; | return text; | ||