Question: Javascript : create a new object and assign it 3 properties (first name, last name, and major). You will then complete the 3 functions for
Javascript : create a new object and assign it 3 properties (first name, last name, and major). You will then complete the 3 functions for the buttons to display those properties. For this assignment you can just use alerts like we did in earlier chapters, i.e. alert(myObjectName.myProperty);
Display Student Object Info
