In Java Script how do you code an array with the values andsuits of cards (all 52 cards in a deck) 2 different array one thatjust has the face values of the card, and the other with the suitvalue. Then have it randomly give you 1-2 cards from the deckwithout repeating? (Example: Dealer gives player two cards. Playerasks for a hit and the dealer gives a different card, no repeats).Game is Blackjack.