User:Xenwolf/vector.js: Difference between revisions

Xenwolf (talk | contribs)
m testing...
Xenwolf (talk | contribs)
testing...
Line 1: Line 1:
function format_words(title, numWords){
var format_words = function(title, numWords){
   let text = title+" ("+numWords+" words)";
   let text = title+" ("+numWords+" words)";
   return text;
   return text;