In this lab, you will be working with the JavaScript Rest Operator. The rest operator is a syntax with the purpose of capturing individual values and placing them into a data collection.
The rest operator is often used in conjunction with destructuring data collections.
The rest operator is sometimes referred to as the rest parameter. It can be used as a function parameter to capture excess values that are passed as arguments.
Upon completion of this lab, you will be able to:
The following courses/courses and labs can ensure your success: