<p>Given an array of strings <code>words</code>, return <em>the words that can be typed using letters of the alphabet on only one row of American keyboard like the image below</em>.</p>
<p>In the <strong>American keyboard</strong>:</p>
<ul>
<li>the first row consists of the characters <code>"qwertyuiop"</code>,</li>
<li>the second row consists of the characters <code>"asdfghjkl"</code>, and</li>
<li>the third row consists of the characters <code>"zxcvbnm"</code>.</li>