Amazon Interview Question

Design progress bar using html,css and jquery given a number in percentage using json....(without using any built in api's)

Interview Answer

Anonymous

Oct 5, 2015

Didn't get an idea initially...later got the idea of showing by changing the background color in div element..which indicates progress bar given the percentage of the bar in number.