You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Create an HTML, CSS and JS files and connect them together
// Create two buttons one that says “Left” and one that say “Right”
// Create a button below them that says “Create”
// Create two unordered lists next to each other
// Write a jQuery function that creates a new element in the left unordered list if the “left” button was pressed before the “create” button and to the right unordered list if the “right” button was pressed before the “create” button