(javascript) Use pseudocode to write out the steps you would take to create the following function: A function that prin
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
(javascript) Use pseudocode to write out the steps you would take to create the following function: A function that prin
(javascript) Use pseudocode to write out the steps you wouldtake to create the following function: A function that prints thestring “odd” to the screen when it is passed an odd number and“even” when it is passed an even number.