Question: Write javascript code to draw a PLUS SIGN + , with its width (horizontal length) defined by constant: const SIZESIZE = 4 The shape should
Write javascript code to draw a PLUS SIGN +, with its width (horizontal length) defined by constant:
const SIZESIZE = 4
The shape should be dynamic in size, altering SIZESIZE constant will draw shapes of different sizes. The shape must be drawn by printing *.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
