are Notes Valid

fun areNotesValid(notes: List<String?>?): Boolean

Function to check if all the notes of the list are correct

Return

whether all the notes of the list are correct as boolean

Parameters

notes

: list of notes