JavaScript : if else if statement

Here the if else if.. statement check the grade of Math. with following condition :


A+ (marks>=90) : A (marks>=80 and marks<90) : B+ (marks>=70 and marks<80) : B (marks>=60 and marks<70) : C (marks<60)

Input the Math. marks