⏾ Concept Map

map() ⚬ᵈᵛ Entries

↩ 🔵 🔵 🔵


Primary

၊၊||၊|။

map() ⚬ᵈᵛ|Documentation|1st|20251021170444-00-⌔

Functions - Dataview#maparray-func

map(array, func)

Applies the function to each element in the array, returning a list of the mapped results.

map([1, 2, 3], (x) => x + 2) = [3, 4, 5]
map(["yes", "no"], (x) => x + "?") = ["yes?", "no?"]

Printed 2026-06-28.

(echo:: @ ᯤ)

Link to original

Secondary

• • •



Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community