X interview question

Create an application which displays a word ladder between two strings. createWordLadder('cat', 'dog') // returns array of words in-between two strings and displays them.

Interview Answer

Anonymous

6 Oct 2014

what does the question mean? I am a SDET