From the course: Succeeding in Web Development: Full Stack and Front End

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

JavaScript for interactivity

JavaScript for interactivity

From the course: Succeeding in Web Development: Full Stack and Front End

Start my 1-month free trial

JavaScript for interactivity

- Everyone who works in the world of web development has to be comfortable with a certain amount of programming. For web development that means learning about JavaScript, the language responsible for managing interaction within a browser. It's not just front end developers, 50% of back end developers say they use some form of JavaScript daily. JavaScript interacts with the DOM handling events, loading and unloading media and creating, modifying and deleting elements in a page. Now this is a job for someone who appreciates creating and designing interactions with content. There have been several revisions to the language with a new version always on the horizon. Developers also have to worry about browser support issues because the language has matured rapidly and browsers don't always keep up with the latest improvements. To take care of this, most developers use something called a transpiler, which will convert code written…

Contents