Universal Synthesis Workbench

# Introduction In this challenge, you will be implementing the JavaScript logic for a universal crafting table inspired by the crafting system in the game "Minecraft". The HTML and CSS for the crafting interface have been pre-defined, and your task is to listen for mouse click events on each DOM node, select and move items to the crafting area based on user clicks, and confirm and craft new items based on the items already in the crafting area.

|60 : 00

Click the virtual machine below to start practicing