L-A - Overview
-
Petite Révolte
- Québec
- louis-andre.net
- @lalabadie
Pinned Loading
-
Javascript linked list class Javascript linked list class
1
class LinkedList {
2
constructor(initialElement) {
3
this.length = 1;
4
this.head = initialElement;
5
this.head.next = this.head;
-
Übersicht widget to display Spotify'... Übersicht widget to display Spotify's currently playing track when there's one.
1
import { run, styled } from "uebersicht";
2
3
const refreshFrequency = 500;
4
const size = 80;
5
const Sep = "⎖"; // Ideally, this is never a character in a song title!




