JS-Fundamental
Short and Crispy
  • Post
  • Categories
  • Tags
  • About
  • Search
Short and Crispy

Search Short and Crispy

×
 
Web
Image
Sort by:
Relevance
Relevance
Date

#JS-Fundamental


11-JS Fundamentals | Adv functions

Direct, Indirect, Callback function

January 16, 2022

Advance part in Functions

  • Functions are special type of Objects

Function stored in Object

  • Function as Methods
  • Function stored in an object termed as Methods
const person = {
  age: 20
  greet: function greet(){
    console.log('Methods')
  }
}
person.greet()
[Read More]
#JS-Fundamental  #Javascript 
  • ← Older Posts

 •  2024  •  Short and Crispy

Shares
whatsapp sharing button Share
facebook sharing button Share
linkedin sharing button Share
twitter sharing button Tweet
telegram sharing button Share
sharethis sharing button Share
arrow_left sharing button
arrow_right sharing button