JSFiddle - React, Tailwind, and code Playground

by jonahe

JavaScript

const a = [{
        id: 2,
        name: 'Sociopathic ghost',
        speciality: 'manipulate',
        addFighter: function() {
            //Write a function that adds your fighter to your list 
            //both in innerHTML and the empty list here	
            yourFighters.push(this);
            mt.innerHTML += "<li>Sociopathic ghost</li>";
            console.log(yourFighters);
            
        }
    }];
    
    const 
    
    console.log()