Skip to content

ankur26/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe - The Odin Project Series

This is an implementation of the Tic Tac Toe project in the Javascript series from the Full Stack Javascript Path in the The Odin Project


This implementation is being done after learning more important concepts about Javascript such as :

  1. Prototypes and it's importance in JS, how prototypical inheritance works in JS.
  2. Function Scopes, Lexical scopes and closures.
  3. Problems with function based constructors,classical inheritance and how to use factory functions.
  4. Modules and namespacing, and private and public functions and variables using factory functions.
  5. IIFE( Immediately Invoked Function Expression) and it's role in factory functions.

About

Tic Tac Toe Project from The Odin Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published