https://github.com/github4maninder/21-day-coding-challenge
Lighthouse Labs created the 21-Day Coding Challenge (#21DCC)
https://github.com/github4maninder/21-day-coding-challenge
Last synced: 5 months ago
JSON representation
Lighthouse Labs created the 21-Day Coding Challenge (#21DCC)
- Host: GitHub
- URL: https://github.com/github4maninder/21-day-coding-challenge
- Owner: github4maninder
- Created: 2021-11-26T06:03:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T05:16:51.000Z (about 4 years ago)
- Last Synced: 2025-06-13T21:47:11.493Z (8 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 21-DAY-CODING-CHALLENGE
Lighthouse Labs created the 21-Day Coding Challenge (#21DCC)
JavaScript (“JS” for short) is a full-fledged dynamic programming language that, when applied to an HTML document, can provide dynamic interactivity on websites.
While there is a LOT to know about JavaScript, this prep resource is designed to point you directly to the concepts you’ll need to know to solve the 21 days of coding challenges ahead.
### Getting Started
Syntax
The Console
### Data Types in JavaScript
Data types are used to classify one particular type of data in programming languages. For instance, a number and a string of characters are different types of data that will be treated differently by JavaScript.
The data types we’ll be using in the 21DCC include:
* Strings
* Numbers
* Booleans
* Arrays
* Objects
### Focusing on FOCAL
The challenges in the 21 Day Coding Challenge will focus on something we at Lighthouse Labs like to call FOCAL. That stands for:
* Functions
* Objects
* Conditionals
* Arrays
* Loops
### Face the 21 Day Coding Challenge!