Welcome to the Fries Of The Apocalypse! In this, the darkest of times, the last remnants of humanity cling to the one thing that truly matters: the perfect fry.
// Fries Of The Apocalypse
// by NeuromancerFoods
// Version 1.0
// Import the perfect fry library
import { perfectFries } from 'perfectFries.js';
// Create the perfect fries recipe
function createPerfectFries() {
return perfectFries.create({
'fryType': 'Curly',
'cookingMethod': 'DeepFryer',
'toppings': ['Ketchup', 'Mustard', 'Cheese']
});
}
// Create a new batch of perfect fries
createPerfectFries();