🌎
web.dev
search
⌘Ctrlk
🌎
web.dev
  • 🌏web.dev
  • ⚙️tools
  • 🔰HTML
  • 🔰CSS
  • 🍒JS
    • 💡tips
    • 🧚technique
    • ⭐feature
    • 🔰concept
    • 🔰compilation
    • 🔰grammar
    • 🔰scope
    • 💍value
      • 🔰type
      • 🦠primitive
      • 🍄object
      • 🍄function
      • 🍄class
      • 📘built-in objects
        • 📘Object
        • 📘Function
        • 📘Array
        • 📘Set
        • 📘Map
        • 📘RegExp
        • 📘Proxy
        • 📘Date
    • 🔰variable
    • 🔰module
    • 🔰iteration
    • 🔰async code
    • 🔰debugging
    • ⛔Error
    • 🏛️Libraries
    • 🛠️tools
    • ✨examples
    • 💼projects
  • 🔰web component
  • 🌐browser
  • 🔰React
  • Server
  • 🔖附錄
    • 👔custom
    • 🧩three.js
    • 🅰️Google Apps Script
    • 📖JSDoc
    • 📦data structure
    • 🔰algorithm
    • 🔰paradigm
    • 🔰TypeScript
    • 💎resource
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. 🍒JSchevron-right
  2. 💍valuechevron-right
  3. 📘built-in objects

📘Function

JS ⟩ objects ⟩ built-in ⟩ Function

circle-check

Every JavaScript function is actually a Function object.

Previousobj.mergeWith()chevron-leftNextArraychevron-right

Last updated 3 years ago