Dropbox interview question

create a function in JavaScript that returns all the children of a DOM element that have a specific class.

Interview Answer

Anonymous

9 Nov 2016

Classic recursion question