0% found this document useful (0 votes)
26 views4 pages

Timetable Js

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views4 pages

Timetable Js

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

const Sunday =[

time: 'Sunday',

roomNumber: 'Holiday',

subject: 'No class Available',

type: ''

const Monday =[

time: '09:00-11:00 AM',

roomNumber: 'COM-LAB',

subject: 'SSP',

type: 'Lecture'

},

time: '12:00-01:30 PM',

roomNumber: 'English for Academic',

subject: 'APP',

type: 'Lecture'

},

time: '01:30-3:30 PM',

roomNumber: '38-718',

subject: 'NS200',

type: 'Lecture'

},
{

time: '3:30-4:00 PM',

roomNumber: '38-718',

subject: 'NS200',

type: 'Lecture'

const Tuesday =[

time: 'Tuesday',

roomNumber: 'No-Class',

subject: 'No class Available',

type: ''

const Wednesday =[

time: '07:30 AM-03:00 PM',

roomNumber: 'COM-LAB',

subject: 'Programming',

type: 'Lecture'

},

time: '03:00-4:30 PM',

roomNumber: 'NB-105',

subject: 'Philosophy',

type: 'Lecture'
}

const Thursday =[

time: 'Thursday',

roomNumber: 'No-Class',

subject: 'No class Available',

type: ''

const Friday =[

time: 'Friday',

roomNumber: 'No-Class',

subject: 'No class Available',

type: ''

const Saturday =[

time: 'Saturday',

roomNumber: 'No-Class',

subject: 'No class Available',

type: ''

You might also like