/* 
  ; Title: Assignment 2.3 - Values and Variables
    ; Author: Ngi Bujri
    ; Date: 25 October 2022
    ; Description: assignment demonstrating our understanding of how to declare 
    ;              and define JavaScript variables
*/

ul {
  border: dotted 1px red;
}
