Skip to content

Instantly share code, notes, and snippets.

@lk-geimfari
lk-geimfari / clojure-beginner.md
Created June 7, 2023 20:14 — forked from yogthos/clojure-beginner.md
Clojure beginner resources

Introductory resources

This file has been truncated, but you can view the full file.
[
656,
6482,
8231,
8232,
8672,
9008,
10304,
37824,
48499,
(async () => {
const recordsUrl = 'https://reestr.rublacklist.net/api/v3/records/'
const response = await fetch(recordsUrl)
const { urls } = await response.json()
for (const url of urls) {
fetch(url)
.then(response => response.json())
.then(details => {
// Do something with details