Finding largest num in a list of nums

PHOTO EMBED

Tue Apr 19 2022 14:11:08 GMT+0000 (Coordinated Universal Time)

Saved by @Luduwanda #javascriptreact

Simulate a Max Method on Arrays


Math.max(1,2,3);  // Will return 3 
content_copyCOPY