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