Challenge: Let's Make a Burger

This challenge will test your skills in implementing mixins in JavaScript.

Problem statement #

In this challenge, you are given four classes:

  • Vegetables

  • Meat

  • Sauces

  • Burger

Your task is to combine these classes so that the methods of all three classes Vegetables ...