MAR-AM/-Min-Max-Number-Comparison
This JavaScript script defines two arrow functions, 'test1' and 'test2', which accept two parameters 'x' and 'y'. 'test1' returns the smaller of the two numbers using Math.min, while 'test2' returns the larger number using Math.max...
JavaScript