// Define our Function
function checkMeaningOfLife ( decimal, success ) {
if ( parseInt(decimal,10) === 42 ) {
window.console.log(success);
}
};
// Define our Variables
var str = 'The meaning of life is true',
decimal = 42.00;
// Fire our Function
checkMeaningOfLife(decimal,success);
12 Oct 2013
Java mail changes for the best view.
The following code block is what I would like to syntax highlight:
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment