DEV Community

Cover image for What is the Difference Between a Function and a Method in JavaScript?

What is the Difference Between a Function and a Method in JavaScript?

tiff on February 05, 2019

This article was originally posted on my blog. Abby Snopek tweeted the following: // Detect dark theme var iframe = document.getElementByI...
Collapse
 
phoinixi profile image
Francesco Esposito • Edited

Thanks for this article!

Another way to say it, it’s that a method is a function with a defined this

Collapse
 
tiffany profile image
tiff

Thanks for the tip.

Collapse
 
k8hansen profile image
Kate Hansen

Perfect! Very clear and awesome, thanks!

Collapse
 
radoncreep profile image
radoncreep

Thanks for this