/ Published in: JavaScript
                    
                                        
Define a new function
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
function functionName([param1,...[,paramn]])
{
statement(s);
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                