export default function arraysEqual(a, b) {
// TODO: Return true if both arrays contain the same elements in the same order
throw new Error('Not implemented');
}
Run tests to see results.
export default function arraysEqual(a, b) {
// TODO: Return true if both arrays contain the same elements in the same order
throw new Error('Not implemented');
}