FEE II Coding Interview
Amazon - Frontend Engineer - Live Coding Screen
Description Template:
Level: FEE II
Education: Bachelors
Years of Experience: 5
Questions Asked: Implement a function getElementsByStyle(property, value) that returns all elements in the DOM that match that style. Example: getElementsByStyle("color", "#fff") will return all elements in the DOM with white text.