• Skip to primary navigation
  • Skip to content
  • Skip to footer
The Coding Sandbox The Coding Sandbox
  • Home
  • Code Sources
  • Archive
  • Tags
  • About
    Programs and projects written using various programming languages.
    Javascript: CheckGoL Photo credit: Pixabay
    ENTPRESTIGIOUS

    ENTPRESTIGIOUS

    The feared, the relentless, the elite.

    • GitHub

    Javascript: CheckGoL

    July 21, 2023 less than 1 minute read

    Table of Contents

    • CheckGoL.js

    The code has been modified slightly and now uploaded to the site.

    Source is unknown.

    <— Return Home

    CheckGoL.js

    let ORGANISM = 'x';
    let stuff = new Cell();
    stuff.type = ORGANISM;
    console.log(stuff.type);
    
    function Cell(t){
        this.type = t;
    }
    

    <— Return Home

    Tags: javascript, practice

    Categories: Other, Unknown

    Updated: July 21, 2023

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    You may also enjoy

    Javascript: Area of A Triangle

    July 22, 2023 less than 1 minute read

    The code has been modified slightly and now uploaded to the site.

    Javascript Canvas: Drawing Canvas

    July 22, 2023 less than 1 minute read

    The code has been modified slightly and now uploaded to the site.

    Javascript: toBinaryScript

    July 22, 2023 less than 1 minute read

    The code has been modified slightly and now uploaded to the site.

    Javascript: TheObject

    July 22, 2023 less than 1 minute read

    The code has been modified slightly and now uploaded to the site.

    • Follow:
    • GitHub
    • Feed
    Copyright © 2023 NOTORIEX LEGACY. Some Rights Reserved.
    Powered by Jekyll & Minimal Mistakes.
    Custom High Contrast UI v1.06 by NOTORIEX LEGACY.
    Enhanced Code Blocks v0.1 by NOTORIEX LEGACY.

    Extended Pagination v1 for Minimal Mistakes by NOTORIEX LEGACY.
    Custom Header Image v1 for Minimal Mistakes by NOTORIEX LEGACY.
    Custom iframe Styles v1 by NOTORIEX LEGACY.