pawmel

Results 1 comments of pawmel

``` const creditCardElements = this.elementRef.nativeElement.querySelectorAll('.jp-card-logo'); creditCardElements.forEach(ccElement => { if (window.getComputedStyle(ccElement).getPropertyValue('opacity') == 1) { console.log(ccElement.classList[1].substring(8)); } }); ``` it logs 'visa'