Answers for "if both td data are same then merze how in javascript"

0

if both td data are same then merze how in javascript

<table>
  <tr>hi</tr>
  <tr>
    <td>fish</td>
    <td>salmon</td>
  </tr>
  <tr>
    <td>fish</td>
    <td>cod</td>
  </tr>
  <tr>
    <td>fish</td>
    <td>plaice</td>
  </tr>
  <tr>
    <td>bird</td>
    <td>robin</td>
  </tr>
  <tr>
    <td>bird</td>
    <td>crow</td>
  </tr>
</table>
Posted by: Guest on January-15-2021
0

if both td data are same then merze how in javascript

<table>
  <tr>hi</tr>
  <tr>
    <td>fish</td>
    <td>salmon</td>
  </tr>
  <tr>
    <td>fish</td>
    <td>cod</td>
  </tr>
  <tr>
    <td>fish</td>
    <td>plaice</td>
  </tr>
  <tr>
    <td>bird</td>
    <td>robin</td>
  </tr>
  <tr>
    <td>bird</td>
    <td>crow</td>
  </tr>
</table>
Posted by: Guest on January-15-2021

Code answers related to "if both td data are same then merze how in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language