diff --git a/exercises/list-ops/.meta/HINTS.md b/exercises/list-ops/.meta/HINTS.md new file mode 100644 index 0000000000..79abc318a9 --- /dev/null +++ b/exercises/list-ops/.meta/HINTS.md @@ -0,0 +1 @@ +Using core language features to build and deconstruct arrays via destructuring, and using the array literal `[]` are allowed, but no functions from the `Array.prototype` should be used.