DEV Community

mmvergara
mmvergara

Posted on • Edited on

2 1

Javascript Tagalog - Function Expression

Ano ngaba ang Function Expression sa Javacript?

  • Ang Function Expression ay isang paraan ng pag dedefine ng function
  • Ang mga function declaration ay di hoisted so di mo sila pwede gamitin hanggat dipa sila na dedefine

Pag dedefine ng Function Expresion
Function Expression Javascript Tagalog Filipino Philippines
eto naman using arrow function
Function Expression Javascript Tagalog Filipino Philippines


Yung mga Function Expression di sila Hoisted
Function Expression Javascript Tagalog Filipino Philippines
While yung mga Function Declaration Hoisted Sila
Function Expression Javascript Tagalog Filipino Philippines


Note:
Sa Javascript pwede mong i pass ang mga functions sa variables, pwede karin mag return ng function from a function, pwede moring i pass mga function as an arguments sa mga functions at iba pa.
In short tinatrato ng Javascript ang mga Functions as Variables lang
That's another topic nalang, kasi medyo advance pero eto mga documentation kung curious kayo
MDN Documentation - First Class Functions


More tagalog Javascript Learning Resources:
https://javascript-methods-in-tagalog.vercel.app/

Billboard image

Synthetic monitoring. Built for developers.

Join Vercel, Render, and thousands of other teams that trust Checkly to streamline monitor creation and configuration with Monitoring as Code.

Start Monitoring

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay