Rest Operator and Spread Operator
Apr 27, 2023 · 2 min read · Rest Operator Rest operator is used to collect or gather items Before using the rest we need to follow some specific rules like Placement is must that means you have to place the rest operator the at the end only, otherwise it won't get the result ...
SSaiTeja commented


