javascript

    Metaprogramming

    02 Dec, 2023public

    Class in JS

    05 Dec, 2023public

    Promises

    13 Nov, 2023public

    Js notes

    11 Jan, 2024public

    Iteration in javascript

    15 Nov, 2023public
    economics

    Incentive

    21 Aug, 2023public
    demo

    Demo

    13 Nov, 2023public
    personal

    Teaching myself CS

    05 Dec, 2023public

    People

    12 Dec, 2023public

    Links

    25 Mar, 2024public
    computer graphics

    Computer graphics from scratch

    12 Dec, 2023public
    notag

    Flexbox practice

    14 Aug, 2024public
    Lying in wait, set to pounce on the blank page,are letters up to no good,clutches of clauses so subordinatethey'll never let her get away.
    - The Joy Of Writing, Wislawa Szymborska

    Demo

    A note showing off all the cool features
    .13 Nov, 2023

    Write and run code directly in your notes

    const a = 2
    

    console.log(a*2)
    

    Draw diagrams using tldraw

    Loading svg


    Embed code sandbox

    Add code snippets in several languages

    print("hello world")
    

    Add Images

    Embed Iframes

    Table of contents
    Write and run code directly in your notes
    Draw diagrams using tldraw
    Embed code sandbox
    Add code snippets in several languages
    Add Images
    Embed Iframes
    1print("hello world")
    A diagram drawn using tldraw
    Abhimanyu
    <!DOCTYPE html>
    <html>
    
    <head>
      <title>Parcel Sandbox</title>
      <meta charset="UTF-8" />
      <link rel="stylesheet" href="/styles.css" />
    </head>
    
    <body>
      <h1>Hello world</h1>
    </body>
    
    </html>
    Open on CodeSandboxOpen Sandbox