There is a plugin for WordPress called WPCode. It is a mechanism that allows you to register and execute PHP and JavaScript snippets from the management screen without directly editing theme files. It ...
To review, when you run a function in JavaScript, what happens is JavaScript takes in whatever you have pass it, whether you have passed it that value directly _ (as a number or string for example)_, ...