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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,3 +147,4 @@ Syntax -
147
147
7. Setting Up Pagination Using <code>Element.closest()</code>, Event Delegation and <code>data-*</code> attribute in HTML5: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/6d93b2bcd567c333a7723601904728ebb66ae9a1/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Search.js](https://github.com/Ch-sriram/JavaScript/blob/6d93b2bcd567c333a7723601904728ebb66ae9a1/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Search.js) | [./src/js/views/searchView.js](https://github.com/Ch-sriram/JavaScript/blob/6d93b2bcd567c333a7723601904728ebb66ae9a1/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/6d93b2bcd567c333a7723601904728ebb66ae9a1/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js)
148
148
8. Building the Recipe (Data) Model [Part 1]: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/12afb85cbae2448ff0c870ccc79c9043ed1b8641/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/12afb85cbae2448ff0c870ccc79c9043ed1b8641/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js)
149
149
9. Building the Recipe Controller Using the <code>hashchange</code> Event: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/60b1178c781d46a88fe466fd81c1ee12df540e67/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/60b1178c781d46a88fe466fd81c1ee12df540e67/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js)
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/master/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/master/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js)
0 commit comments