Loading...
Loading...
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
Type the function so it accepts only values with a length field.
const getLength = (data) => {
return data.length
}