Skip to content

LearnerByChoice/learning-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-js

A code repo for javascript learning (from chai and code)

How to setup git

Create an account on github. On your local repo perform the below steps:

git init

git remote add origin https://github.com/LearnerByChoice/learning-js.git

git add *<filesNames>*

git commit -m "Initial Commit"

git push --set-upstream origin test_setup

How to setup SSH Key in Git

ssh-keygen -t ed25519 -C "ctrlaltelite378@gmail.com"

cat ~/.ssh/id_ed25519.pub

Enter this SSH key in Github settings. Now if you proceed to push the code, an authentication step will be required on the browser.


Learning

Basics:

  1. use let, const, var
  2. const cannot be re-assigned
  3. if only variable is declared, its value is undefined

Documentation

MDN Documentation

TC39

Test Image

Pending Items:

  • Updated README
  • Github settings (Auto delete enabled, fixed repo name, )

Youtube Channel

About

A code repo for javascript learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •