added args

This commit is contained in:
Jared Ramon Elizan 2022-07-13 07:53:50 +08:00
parent 1fb48c3b9a
commit d852d43be6
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
const removeFromArray = function() { const removeFromArray = function(arr, remove) {
}; };
// Do not edit below this line // Do not edit below this line