Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

jeffersonrj14/FreeCodeCamp-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

FreeCodeCamp Solution

Commits Badge Gist Updated Badge

The problem was solved by: Jefferson

Basic Javascript

JavaScript is a scripting language you can use to make web pages interactive. It is one of the core technologies of the web, along with HTML and CSS, and is supported by all modern browsers.

In this course, you'll learn fundamental programming concepts in JavaScript. You'll start with basic data structures like numbers and strings. Then you'll learn to work with arrays, objects, functions, loops, if/else statements, and more.

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#basic-javascript

You can run test by changing to file directory

  cd folder

To run it, type

  node app.js

Basic Javascript is Done by July 24, 2023 01:45 UTC [Last Updated by Jeffersonfed]


ES6

ECMAScript, or ES, is a standardized version of JavaScript. Because all major browsers follow this specification, the terms ECMAScript and JavaScript are interchangeable.

Most of the JavaScript you've learned up to this point was in ES5 (ECMAScript 5), which was finalized in 2009. While you can still write programs in ES5, JavaScript is constantly evolving, and new features are released every year.

ES6, released in 2015, added many powerful new features to the language. In this course, you'll learn these new features, including arrow functions, destructuring, classes, promises, and modules.

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#es6


Coming Soon for the Other solution, Currently, I am learning about JavaScript, React, and Next.js on Udemy.
Check out my Activity

FreeCodeCamp

Github
๐Ÿ”

About

Freecodecamp offers to learn code for free, build portfolio projects, and earn free certifications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published