0
0
Cart1item

Cart

Description

Basic DJ System

This wonderful DJ system includes the following:

  • 2 Alto 12in full range speakers
  • 2 stand
  • Numark dj Controller
  • Headphones
  • Table
  • Facade
  • Wireless Microphone
  • All cords for system

Reviews

There are no reviews yet.

Be the first to review “Basic DJ System”

Your email address will not be published. Required fields are marked *

Questions and Answers

Basic Small DJ System

Still have questions?

Ask a question

    const observer = new MutationObserver(function () { const el = document.querySelector('header.mobile-false'); if (el) { el.classList.remove('mobile-false'); observer.disconnect(); } }); // Start observing after DOM is ready document.addEventListener("DOMContentLoaded", function () { observer.observe(document.body, { childList: true, subtree: true }); // Run once immediately in case element already exists const el = document.querySelector('header.mobile-false'); if (el) { el.classList.remove('mobile-false'); observer.disconnect(); } });