kay2me12 kay2me12 10-04-2024 Computers and Technology contestada Given the following JavaScript function, what are the two entries (item1, item2) on the first line of the function called? function sumup (item1, item2) { var temp; temp = item1 + item2; return temp; }