Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 233 Bytes

File metadata and controls

12 lines (6 loc) · 233 Bytes

Screen Shot 2022-04-13 at 15 03 07

function opposite(number) {
  return(-number);
}