DouglasMacKrell / Coding-JS

A repo for working on problems found at https://codingjs.wmcicompsci.ca/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodingJS

Problems solved by Douglas MacKrell

CodingJS Live @ codingjs.wmcicompsci.ca/


Check out my Personal Portfolio Website @ douglasmackrell.com

LinkedIn linkedin.com/in/douglasmackrell

Twitter twitter.com/DouglasMacKrell

YouTube youtube.com/bigmackrell

YouTube bigmackrell@gmail.com


VIDEOS

How To Solve sleepIn on CodingJS

How To Solve frontBack on CodingJS

How To Solve Blackjack On CodingJS With Janesh Napit

How To Solve makeBricks On CodingJS

Full Solution For makeBricks On CodingJS (Shoutout To Joey Pasaoa)

How To Solve mixStart On CodingJS

How To Solve monkeyTrouble On CodingJS

How To Solve Front3 On CodingJS

How To Solve StartOz On CodingJS

How To Solve sumDouble On CodingJS

How To Solve backAround On CodingJS

How To Solve intMax On CodingJS

How To Solve startWord On CodingJS

How To Solve diff21 On CodingJS

How To Solve or35 And stringTimes On CodingJS

How To Solve close10 On CodingJS

LOCAL SETUP

NOTE: You must install Node.js in your computer for this to run.

You can check to see if you already have Node.js by typing node -v in your terminal. If your shell/terminal doesn't complain and you see version numbers you are good to go.

  1. Clone this repo into a folder of your choice:

    `git clone https://github.com/DouglasMacKrell/douglas-mackrell-website.git`
    
  2. Open one of the available folders, and run any of the problems:

    `node [**SELECTED FILE NAME HERE**].js`
    
  3. While files commited here will run, they may not be the most optimized or be the best solution given space/time complexity. If you have a better implementation, please file an issue, and I'll be happy to check it out!


Douglas MacKrell


Before you leave, please take note:

You're the best! Thank you for visiting!

Please give this project a star and be sure to check out my YouTube Channel!

About

A repo for working on problems found at https://codingjs.wmcicompsci.ca/


Languages

Language:JavaScript 100.0%