2d ago · 4 min read · From the previous blog we learnt about functions in JavaScript. Arrow functions are a shorter syntax for writing function expressions in JavaScript. We already know how normal functions for addition o
Join discussion
2d ago · 3 min read · Suppose you are writing a code to calculate the total marks of the students. Each student have marks in multiple subjects and so you need to calculate the total marks, umm by summing the marks of indi
Join discussion