DEV Community

mmvergara
mmvergara

Posted on • Edited on

3 2

Javascript Tagalog - " Let " Variable Declaration

Ano ngaba ang "Let Variable Declaration
Yung "Let Variable" ay isang type ng block scoped variable declaration sa javascript na pwedeng ma redefined/re-assign later.

Let Variable Declaration Javascript Tagalog

Scope
Ang isang "Let Variable" ay block-scoped meaning na accessible lang siya inside a block {} and lower blocks, and yeah if na define mo siya sa global scope then pretty much ma access mo siya kahit saan.

Let Variable Declaration Javascript Tagalog

kung tatry mo i access ang let variable sa outside block na kung saan siya na defined. Di mo siya makukuha, sad.

Let Variable Declaration Javascript Tagalog


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

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

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

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay