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/

SurveyJS custom survey software

Simplify data collection in your JS app with a fully integrated form management platform. Includes support for custom question types, skip logic, integrated CCS editor, PDF export, real-time analytics & more. Integrates with any backend system, giving you full control over your data and no user limits.

Learn more

Top comments (0)