Question: c) Consider the simple JavaScript operation listed below. Explain the resultant value stored by the variable reorderLevel. var numOfItems = 100; var stockLevels= 500;


c) Consider the simple JavaScript operation listed below. Explain the resultant value stored by the variable reorderLevel. var numOfItems = 100; var stockLevels= 500; [2 Marks] var reorderLevel = stocklevels numOfItems; alert(reorderLevel); T e) Explain the effect achieved by the CSS style defined below. [5 marks] nav ul { list-style-type: none;} nav a { text-decoration: none; padding-right: 10px; } nav li { display: inline; }
Step by Step Solution
There are 3 Steps involved in it
1 AVariable Declarations and Initializations var numofItems 100 var stocklevels 500 Here two variabl... View full answer
Get step-by-step solutions from verified subject matter experts
