Nathan Sebhastian
@codewithnathan
Senior Web Developer with 8+ years of experience.
I teach tech-related skills to help you succeed
ID: 724116525603397632
http://codewithnathan.com 24-04-2016 06:03:27
1,1K Tweet
1,1K Followers
268 Following
When a DOM event happens in the browser, code runs in response to that action. This is because JavaScript code uses an event-driven programming pattern in the browser. Here @nathan_sebhasti teaches you how to listen for & respond to DOM events using JS. freecodecamp.org/news/dom-event…
The Web Storage API exposes various objects & methods that let you store data in the browser. And in this tutorial, @nathan_sebhasti explains how it works. You'll learn how local & session storage work, how to store JSON strings in Web Storage, & more. freecodecamp.org/news/web-stora…
If you're new to web development, you should learn about the Document Object Model. It's a tree-like structure composed of all the elements on a webpage. In this beginner's guide, Nathan Sebhastian explains the window and document objects using examples. freecodecamp.org/news/introduct…