-
## Learning Objectives
> all of these skills are limited to short, single-page programs written with
> **Just Enough JavaScript**
Priorities: 🥚, 🐣, 🐥, 🐔 (click to learn more)
There is a …
-
# Welcome to JS
## Learning Objectives
Priorities: 🥚, 🐣, 🐥, 🐔 (click to learn more)
There is a lot to learn in this repository. If you can't master all the material
at once, that's expec…
-
## Learning Objectives
> all of these skills are limited to short, single-page programs written with
> **Just Enough JavaScript**
Priorities: 🥚, 🐣, 🐥, 🐔 (click to learn more)
There is a …
-
> [my fork of module repository](https://github.com/alex-maletskyi/inside-js)
## Learning Objectives
### [0. Asserting](./0-asserting)
- **Skills**:
- [x] **Predicting Execution**: You …
-
> [my fork of module repository](https://github.com/blksck/Inside-JS)
## Learning Objectives
### [0. Asserting](./0-asserting)
- **Skills**:
- [ ] 🥚 **Predicting Execution**: You can use t…
-
# Inherit
Nix has an `inherit` keyword that is used to define a field with the same name and value as a a variable in scope:
```nix
let foo = 1; in
{ inherit foo; }
# is equivalent to
{ fo…
-
### Problem Statement
Belongs to https://github.com/usnistgov/OSCAL-DEFINE/issues/18
Prepare a feature request to add a required provenance assembly to document contextual information and responsi…
-
# Inside JS
## Learning Objectives
Priorities: 🥚, 🐣, 🐥, 🐔 (click to learn more)
There is a lot to learn in this repository. If you can't master all the material
at once, that's expecte…
-
Hello,
I recently came across Bret Victor's video and tried searching for implementations of it - and found this! However, I notice this project has been put on pause. Do you have any thoughts on w…
-
How much effort would it take to extend the transpiler to create code for other languages, e.g. Pascal?