Closed petterreinholdtsen closed 5 years ago
The compiler complained that the 'res' variable can be used without being initialized. To make sure this do not happen, I defined it to the undefined value when it is decleared.
The compiler complained that the 'res' variable can be used without being initialized. To make sure this do not happen, I defined it to the undefined value when it is decleared.