The Wayback Machine - https://web.archive.org/web/20220407004530/https://github.com/topics/sdk-js
Skip to content
#

sdk-js

Here are 77 public repositories matching this topic...

cgcardona
cgcardona commented Aug 23, 2019

Currently defining a variable is

<Typ> name = expression;

This can be non-obvious to developers who are used to keywords before declaring variables. Also in CashScript variables can be reassigned.

For that reason this ticket is to add support for let and const. Their functionality would be inline with other mainstream languages.

let would be for variables which can be

good first issue cashc-compiler

Improve this page

Add a description, image, and links to the sdk-js topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sdk-js topic, visit your repo's landing page and select "manage topics."

Learn more