Everything seems pretty daunting but when I set my mind on the table and focused on the structures, I somehow understood the reason why it should be use according to it's functions and modifications.
Code Snippets
<table> <tr> <th>Monday</th> <th>Tuesday</th> <th>Wednesday</th> </tr> <tr> <td colspan="2">Out of Town</td> <td>Back in Town</td> </tr> </table>
let box1Name = ""; let box2Name = 0; const box = "Package"; box1Name = box[0]; box2Name = box.length;
Top comments (0)