Product Description
/**
* Common event handler for click and keydown events.
* @param {Event} event - The event object.
* @param {Function} handleClickOrEnter - Function to handle click or Enter key events.
* @param {Function} handleEsc - Function to handle Esc key events.
*/
// [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources
function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const SPACE_KEY_CODE = 32;
const isClick = event.type === 'click';
const isKeydown = event.type === 'keydown';
const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE;
const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE;
const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) {
handleClickOrEnterOrSpace();
} else if (isEsc) {
handleEsc(event);
}
}
/**
* Function to handle esc key event.
* @param {Event} event - The event object.
*/
function handleEsc(event) {
event.target.blur()// force remove focus
}



1 Wireless Charging 2 W-shaped Brush Head


How is the material texture of this product?
Designed with lightness and portability in mind, this electric toothbrush is made of durable and lightweight materials for easy use.
Is this electric toothbrush suitable for children to use?
Certainly, yes. The electric toothbrush is jointly designed by a professional US dental team, has 5 modes suitable for different age groups and dental conditions. Suggest to use the sensitive mode for the first time to avoid discomfort in the gums.
What is the softness or hardness level of the bristles on the toothbrush?
Based on a survey and recommendation from a professional US dental team, this toothbrush features medium-soft bristles for deep cleaning of teeth while also protecting the gums. It is suitable for 98% people.
How is the cleaning effect of this electric toothbrush? What is the user experience like?
It uses 47,000 vpm advanced technology and upgraded maglev motor to achieve 10× deep cleaning. The high-efficient vibration is concentrated on the brush head,low| noise and no vibration on the handle, a thorough and deep clean is easily achieved.
Does the package include the charging adapter?
No, but it doesn't matter, because it's compatible with mobile phone adapter. And this electric toothbrush comes with a wireless charging base, making charging easier and more convenient.