Coder Social home page Coder Social logo

core-vanilla-javascript's Introduction

Core Vanilla JavaScript

This repo contains resources, challenges and plans for learning the basics of Javascripts.

If you're working on a Solo goal, checkout the Solo Study Guide

If you're working on a team project, checkout the Team Practice Guide

core-vanilla-javascript's People

Contributors

moniarchy avatar shereefb avatar tannerwelsh avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

core-vanilla-javascript's Issues

First test for Sudoku seems to be incorrect

After splitting the string "..9.7...5..21..9..1...28....7...5..1..851.....5....3.......3..68........21.....87" into 9 arrays, we get this board. There are no duplicate values in neither the columns nor rows.

  [ '.', '.', '9', '.', '7', '.', '.', '.', '5' ],
  [ '.', '.', '2', '1', '.', '.', '9', '.', '.' ],
  [ '1', '.', '.', '.', '2', '8', '.', '.', '.' ],
  [ '.', '7', '.', '.', '.', '5', '.', '.', '1' ],
  [ '.', '.', '8', '5', '1', '.', '.', '.', '.' ],
  [ '.', '5', '.', '.', '.', '.', '3', '.', '.' ],
  [ '.', '.', '.', '.', '.', '3', '.', '.', '6' ],
  [ '8', '.', '.', '.', '.', '.', '.', '.', '.' ],
  [ '2', '1', '.', '.', '.', '.', '.', '8', '7' ] 

Day 1 objectives are not achieved by Day 1 plan

In solo_study.md, the Day 1 plan is to complete the Treehouse JavaScript Basics course. However, several of the Day 1 objectives are not covered in that course. (It's possible they're covered in the Stretch section -- I haven't completed those, so I'm not sure.) I'm also not sure why understanding arity is an objective. MDN indicates it's obsolete (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/arity).

Here's the Day 1 objectives list, with a note indicating whether each objective is covered in the course:

  • Basic understanding of variables (YES)
  • Basic string and array manipulation (strings -- YES; arrays -- NO)
  • Understand 'truthy' and 'falsey' (NO)
  • Understand literal notation (NO)
  • Understand dot bracket notation (NO)
  • Basic understanding of JSON (NO)
  • Understand Operator precedence (NO)
  • Practice Flow control: iteration, if, switch, while, for loops (if -- YES; all others -- NO)
  • Understand and practice Functions: arguments, arity, return, scope (arguments, return, scope -- YES; arity -- NO)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.