Populate the Student with our Relativity students using the array provided and print their names.
Each student should have an Attending value which has a default of true
Update Saud Alshamsi and Lamees Alfallaj's Attending value to false
Wait! Joseph is no longer a student! remove him from our database at once!
Don't forget to run
mongodandnpm installbefore starting.
const studentsNames = [
'Abdullah Altamimi',
'Abdulrahman Alfouzan',
'Abdulrahman Aljammaz',
'Abdulrahman Alshabibi',
'Abdulwahhab AlBallaa',
'Aisha Dabbagh',
'Dalia Abdullah',
'Fahad Abdullah',
'Hisham Aljahbli',
'Joseph Rulo',
'Lama Alyousef',
'Lamees Alfallaj',
'Mesfer AlQahtani',
'Moayad Alnuwaysir',
'Mohammed Almarri',
'Mohammed Alofaysan',
'Muhannad Alanazi',
'Muneera Bin Hotan',
'Nawal Bin Dawood',
'Noura Albukhaite',
'Nouf Almatroudi',
'Obaid Alqahtani',
'Osama Alruthaya',
'Raje Alharthi',
'Sager Alarifi',
'Sara Alghannamy',
'Sarah Alghofaili',
'Saud Alshamsi',
'Sumayah Ali' ]