File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,15 +93,15 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm
9393 - XML
9494 - Core Concepts
9595 - HTML
96- - DOM
97- - Element
96+ - [ DOM](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model)
97+ - [ Element](https://developer.mozilla.org/en-US/docs/Web/API/Element)
9898 - Attribute
9999 - JavaScript
100- - Prototype
101- - Scope
102- - Closure
103- - JSON (JavaSript Object Notation)
104- - AJAX (Asynchronous JavaScript and XML)
100+ - [ Prototype](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/prototype)
101+ - [ Scope](https://developer.mozilla.org/en-US/docs/Glossary/Scope)
102+ - [ Closure](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Closures)
103+ - [ JSON (JavaSript Object Notation)](https://developer.mozilla.org/en-US/docs/Glossary/JSON )
104+ - [ AJAX (Asynchronous JavaScript and XML)](https://developer.mozilla.org/en-US/docs/AJAX )
105105 - CSS
106106 - Selector
107107 - Priority
Original file line number Diff line number Diff line change 8383 "children" : [{
8484 "name" : " HTML" ,
8585 "children" : [{
86- "name" : " DOM"
86+ "name" : " DOM" ,
87+ "url" : " https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model"
8788 }, {
88- "name" : " Element"
89+ "name" : " Element" ,
90+ "url" : " https://developer.mozilla.org/en-US/docs/Web/API/Element"
8991 }, {
9092 "name" : " Attribute"
9193 }]
9294 }, {
9395 "name" : " JavaScript" ,
9496 "children" : [{
95- "name" : " Prototype"
97+ "name" : " Prototype" ,
98+ "url" : " https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/prototype"
9699 }, {
97- "name" : " Scope"
100+ "name" : " Scope" ,
101+ "url" : " https://developer.mozilla.org/en-US/docs/Glossary/Scope"
98102 }, {
99- "name" : " Closure"
103+ "name" : " Closure" ,
104+ "url" : " https://developer.mozilla.org/en-US/docs/Web/JavaScript/Closures"
100105 }, {
101- "name" : " JSON (JavaSript Object Notation)"
106+ "name" : " JSON (JavaSript Object Notation)" ,
107+ "url" : " https://developer.mozilla.org/en-US/docs/Glossary/JSON"
102108 }, {
103- "name" : " AJAX (Asynchronous JavaScript and XML)"
109+ "name" : " AJAX (Asynchronous JavaScript and XML)" ,
110+ "url" : " https://developer.mozilla.org/en-US/docs/AJAX"
104111 }]
105112 }, {
106113 "name" : " CSS" ,
You can’t perform that action at this time.
0 commit comments