i am not getting this assignment,plz explain me what to do.
Write a JavaScript code,
- to detect browser using conditional statements.
- to use confirm message box with conditional statements.
- to display grade for a student according to marks:
90 to 100 - A grade,
80 to 90 - B Grade,
70 to 80 - C grade,
60 to 70 - D grade,
50 to 60 - F grade,
And below 50 - G grade.
- to display different message for different age group.
what to detect browser?? plz do let me know what to do here in this assignment?