VERY EASY: Write a function named min that takes two arguments and returns their minimum. Completed index.html file(do n
Posted: Sun Jul 10, 2022 11:25 am
VERY EASY: Write a function named min that takes twoarguments and returns their minimum.
Completed index.html file(do not change):
Week4excercises.js file:
EXPLORER ✓ WEEK4JS <> index.html JS week4excercises ⠀ <> index.html X <> index.html > ... 1 <!DOCTYPE html> 2 3 4 5 6 7 8 9 <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Week4</title> </head> <body> 10 11 <H1>Open the console to see the magic</H1> 12 <script src=" ./week4excercises"></script> 13 </body> 14 </html>
EXPLORER ✓ WEEK4JS <> index.html JS week4excercises JS week4excercises JS week4excercises DETALHGA999 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Completed index.html file(do not change):
Week4excercises.js file:
EXPLORER ✓ WEEK4JS <> index.html JS week4excercises ⠀ <> index.html X <> index.html > ... 1 <!DOCTYPE html> 2 3 4 5 6 7 8 9 <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Week4</title> </head> <body> 10 11 <H1>Open the console to see the magic</H1> 12 <script src=" ./week4excercises"></script> 13 </body> 14 </html>
EXPLORER ✓ WEEK4JS <> index.html JS week4excercises JS week4excercises JS week4excercises DETALHGA999 10 11 12 13 14 15 16 17 18 19 20 21 22 23