Skip to content

Commit 360dd3f

Browse files
committed
166 Forkify: README Update
- hashed links added for ./src/js/index.js and ./src/js/models/Recipe.js in Index at 7.7.10
1 parent c7ae0cd commit 360dd3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,4 @@ Syntax -
147147
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)
148148
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)
149149
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

Comments
 (0)