Posts by Eder • 11 points
1 post
-
-1
votes5
answers6116
viewsA: What is the difference between the functions var name = Function() and Function name()?
the first is a pure function and you recover only the.ex function: Function(value){ Return (value > 1) ? true : false; } Document.write(Function()) and the 2nd function is within a variable, so…
javascriptanswered Eder 11