New Normal Function


/ Published in: JavaScript
Save to your folder(s)

Define a new function


Copy this code and paste it in your HTML
  1. function functionName([param1,...[,paramn]])
  2. {
  3. statement(s);
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.