fkling / jsbasics

An interactive introduction to basic and important concepts of JavaScript
14 stars 11 forks source link

Link to Core objects no longer works #4

Open alexlupu opened 9 years ago

alexlupu commented 9 years ago

On the "objects" slide, the link: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Predefined_Core_Objects no longer goes to the correct location. I believe this may be the closest alternative, though I could be wrong: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects

fkling commented 9 years ago

Thanks for pointing that out. Yeah, looks like that link would fit, however it contains too much other information for my liking. Will look around a bit (maybe not even link to MDN) or otherwise remove the link.

Thanks!