Hello World! My name is Carlos and I would like to get some help on this second exercise of javascript. The part where I have to make a lasagna.. Basically I got totally lost as I am not sure if I have to make a "second file" to export/import some functions or if everything should be completed in that same console... and I am not sure where to enter the const for "EXPECTED_MINUTES_IN_OVEN". Can you help me?
#Second exercise of Javascript Lasagna
1 messages · Page 1 of 1 (latest)
the template you start with has "stub" definitions for all of the functions that the tests will use
use those definitions as the base for your own solution, and the tests will automatically import them and use them
and the intro to the exercise shows an example of declaring and exporting a const
Second exercise of Javascript Lasagna