reading-notes

Class 7 Reading Notes

Control flow

-Example: . if(isEmpty(field)){promptUser(); } else{submitForm(); }