Loading...
By continuing to use the platform, you accept the terms of the Privacy Policy and the use of cookies.
Type the function so it accepts only values with a length field.
const getLength = (data) => { return data.length }
Run your code to see results.
Click the Run button above