USB-C Power Adapter, 18W PD Wall Charger 3A Fast Charging Block Rapid Cube Quick Outlet Compatible with iPhone 11 Pro Xs

$9.99

PD-USB -C

input: 100-240V 0.5A 50/60 HZ

output: 5V= 3A /9V,  2A/12V =1.5A

// JavaScript: Function to Toggle Answers function toggleAnswer(element) { const answer = element.nextElementSibling; // Select the next sibling (answer div) if (answer.style.display === "none" || answer.style.display === "") { answer.style.display = "block"; // Show the answer } else { answer.style.display = "none"; // Hide the answer } }
This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.