Solution Review: Lint the Code
Learn how to solve the problem in the previous lesson.
We'll cover the following...
We'll cover the following...
Solution
Let’s take a look at the solution code given below.
Explanation
-
First of all,
use strict;is applied to the code to make the code secure. -
In line 2, the function is defined using ...