top of page
Путешествие в whiteBox testing:
Очень многие любят путешествовать. Окунись как дорогой в этот код и попробуй понять есть ли тут баг:
/**
* Adds an event handler that runs when the element is double-clicked.
* @param {$w.MouseEvent} event
*/
export function image5_dblClick(event) {
const image = $w('#palmsImg')
console.log(image.src);
}
bottom of page