Question: Using for loops and if statements (JavaScript) and explain your steps. please don't use function. don't do another language. thank you Write some code to
Using for loops and if statements (JavaScript) and explain your steps.
please don't use function. don't do another language.
thank you
Write some code to draw a CROSS X, with its width (horizontal length) defined by the variable below: const SIZE = 5; The shape should be dynamic in size - that is, changing the SIZE constant will draw shapes of different sizes. This shape should be drawn by printing *, with the result shown on the console
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
