Course Content
SELLING SKILL MASTERY
0/1
AFFILIATE MARKETING
0/1
DIGITAL MARKETING ala COACH BAGAS
0/1
DIGITAL MARKETING BASIC
0/1
Digital Marketing

document.addEventListener(‘DOMContentLoaded’, function() {
const players = Array.from(document.querySelectorAll(‘.video’)).map(player => new Plyr(player));

players.forEach(function(instance, index) {
instance.on(‘play’, function() {
players.forEach(function(instance1, index1) {
if (instance != instance1) {
instance1.pause();
}
});
});
});
});