$("#del").on( 'click', function() {
        if (words > 3) {
            $( '#pair-'+(words-1) ).remove();
            words--;
        }