'use strict'; (function ($) { $('#addRow').click(function() { const rowCount = $('#invoice-table tbody tr').length + 1; const newRow = `