You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,4 +150,5 @@ Syntax -
150
150
10. Building the Recipe (Data) Model [Part 2] Using the <code>eval()</code> and <code>map()</code> methods & <code>Map</code> object: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/c7ae0cd9d28a79a276b0bc70d5ee3c45d5bbcaf2/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/b96c4845ed066cde71923d2370fdb0f8828fbd01/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js)
151
151
11. Building the Recipe View
152
152
1. Looping inside a Template String to generate HTML: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/e1185a91466d52cd45487ad66338bf187d205618/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/e1185a91466d52cd45487ad66338bf187d205618/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js) | [./src/js/views/recipeView.js](https://github.com/Ch-sriram/JavaScript/blob/e1185a91466d52cd45487ad66338bf187d205618/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/recipeView.js) | [./src/js/views/base.js](https://github.com/Ch-sriram/JavaScript/blob/e1185a91466d52cd45487ad66338bf187d205618/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js)
153
-
2. Using 3<sup>rd</sup> Party API (<code>[fractional](https://github.com/ekg/fraction.js/)</code>) to convert the Quantities into a Fraction & Highlighting the Selected Recipes using <code>classList</code> property: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/fb77a2a07122a9fbcbbfd708b59a8f0a111ca401/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/fb77a2a07122a9fbcbbfd708b59a8f0a111ca401/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js) | [./src/js/views/recipeView.js](https://github.com/Ch-sriram/JavaScript/blob/fb77a2a07122a9fbcbbfd708b59a8f0a111ca401/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/recipeView.js) | [./src/js/views/searchView.js](https://github.com/Ch-sriram/JavaScript/blob/fb77a2a07122a9fbcbbfd708b59a8f0a111ca401/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/searchView.js) | [./src/js/views/base.js](https://github.com/Ch-sriram/JavaScript/blob/fb77a2a07122a9fbcbbfd708b59a8f0a111ca401/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js) | [package.json](https://github.com/Ch-sriram/JavaScript/blob/fb77a2a07122a9fbcbbfd708b59a8f0a111ca401/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/package.json)
153
+
2. Using 3<sup>rd</sup> Party API (<code>[fractional](https://github.com/ekg/fraction.js/)</code>) to convert the Quantities into a Fraction & Highlighting the Selected Recipes using <code>classList</code> property: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/fb77a2a07122a9fbcbbfd708b59a8f0a111ca401/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/b96c4845ed066cde71923d2370fdb0f8828fbd01/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js) | [./src/js/views/recipeView.js](https://github.com/Ch-sriram/JavaScript/blob/fb77a2a07122a9fbcbbfd708b59a8f0a111ca401/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/recipeView.js) | [./src/js/views/searchView.js](https://github.com/Ch-sriram/JavaScript/blob/fb77a2a07122a9fbcbbfd708b59a8f0a111ca401/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/searchView.js) | [./src/js/views/base.js](https://github.com/Ch-sriram/JavaScript/blob/fb77a2a07122a9fbcbbfd708b59a8f0a111ca401/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js) | [package.json](https://github.com/Ch-sriram/JavaScript/blob/fb77a2a07122a9fbcbbfd708b59a8f0a111ca401/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/package.json)
0 commit comments