employer cover photo
employer logo
employer logo

Feedonomics

Now known as Commerce

Is this your company?

Feedonomics interview question

Use this HTML, CSS, and JavaScript to make this button show a tool tip that appears next to the button.

Interview Answer

Anonymous

1 Sept 2022

A pretty straightforward coding problem that I feel I aced. You just need to add an EventListener to the button, which will call a function where the actual tool tip will be generated using innerHTML or creating DOM elements with JavaScript.

1