Can we add multiple classes at once using classList.add(), as illustrated in the following code?

Yes, we can add multiple classes separated by commasNo, we can only add one class at a timeIt depends on how many classes the element already has

Yes, we can add multiple classes separated by commas.