Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Create Except Function

  • Create a function that will accept 2 arguments as arrays
  • 1st argument should be array with some random numbers in int
  • 2nd argument should be array with some random numbers that we want to exclude from 1st array.

Example

  • 1st argument array ([1, 2, 3, 4, 1, 2])
  • 2nd argument array ([1, 2])

OUTPUT

  • The final result should be [3, 4]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /