varcard=newCard({// a selector or DOM element for the form where users will// be entering their informationform:'form',// *required*// a selector or DOM element for the container// where you want the card to appearcontainer:'.card-wrapper',// *required*formSelectors:{numberInput:'in...