ADDING PARAMETERS to a FUNCTION - Super Simple Javascript/jQuery Tutorials

Published: 27 July 2012
on channel: Code Cascade
2,765
6

This video covers the ABSOLUTE BASICS of adding parameter to your own functions in Javascript.

JS code in video:

function matingCall(you,me) {
alert("Hello " + you + " is it me you're looking for?");
alert("NO " + me + "!");
}
onclick="matingCall('Devon', 'Dragos')"


Watch video ADDING PARAMETERS to a FUNCTION - Super Simple Javascript/jQuery Tutorials online without registration, duration hours minute second in high quality. This video was added by user Code Cascade 27 July 2012, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,765 once and liked it 6 people.