-
Notifications
You must be signed in to change notification settings - Fork 18
/
04-secret-recipe.js
37 lines (32 loc) · 1.68 KB
/
04-secret-recipe.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// Secret Recipe 🥤
// Codédex
// Homemade Coca-Cola
console.log("Ingredients:");
console.log("1 quart water (4 cups)");
console.log("2 tablespoons caramel color (for color)");
console.log("1 teaspoon vanilla extract");
console.log("1 teaspoon lime juice");
console.log("1 tablespoon citric acid");
console.log("1 teaspoon caffeine (optional)");
console.log("1 teaspoon orange oil");
console.log("1 teaspoon lemon oil");
console.log("1 teaspoon cinnamon oil");
console.log("1/2 teaspoon nutmeg oil");
console.log("1/4 teaspoon coriander oil");
console.log("1/4 teaspoon neroli oil");
console.log("2 tablespoons sugar (or to taste)");
console.log("Carbonated water (for fizz)");
console.log("Instructions:");
console.log("1. In a large saucepan, heat 1 quart of water over medium heat.");
console.log("2. Add the caramel color, vanilla extract, and lime juice to the water.");
console.log("3. Stir in the citric acid and sugar until completely dissolved.");
console.log("4. In a separate small bowl, mix the orange, lemon, cinnamon, nutmeg, coriander, and neroli oils.");
console.log("5. Slowly add the oil mixture to the saucepan, stirring constantly to blend the flavors.");
console.log("6. If using, add the caffeine and stir until fully dissolved.");
console.log("7. Remove the mixture from heat and let it cool to room temperature.");
console.log("8. Once cooled, mix the syrup with carbonated water in a ratio of about 1 part syrup to 5 parts carbonated water (adjust to taste).");
console.log("9. Serve chilled over ice for a refreshing Coca-Cola experience.");
/*
Secret Ingredient (DO NOT TELL ANYONE 🤐)
A tiny dash of kola nut extract gives an authentic cola flavor, just like the original recipe.
*/