Run Code
var cs164 = new CS(164, 'Software Engineering'); var cs50 = new CS(50, 'Intro to CS:1'); cs50.addLecture('Hello World'); cs50.addLecture('C'); cs164.addLecture('PHP') cs164.addLecture('Javascript') cs50.addStudent('Bob') cs50.addStudent('Alice') cs164.addStudent('Tim') cs164.addStudent('Rob') cs50.render();