Code Monkey home page Code Monkey logo

learn-javascript's People

Contributors

1cedsoda avatar adavijit avatar ahmed-elbessfy avatar andras-simon avatar anuk79 avatar bweekz avatar eleontev avatar fcosueza avatar fr1sk avatar frances-lois avatar jjcrab avatar jyburns avatar lary15 avatar lnchapin avatar luharinos avatar marinep31 avatar moisestr avatar musabajwa avatar nishant-sethi avatar niyoeric avatar niyonx avatar p-siriphanthong avatar paullaffitte avatar rahulbudhraj avatar rudy-menekam avatar shahpranaf avatar somecatdad avatar swap76 avatar tomanistor avatar wolvan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

learn-javascript's Issues

Add Number Methods in JavaScript

Create a new file named numberMethods in JavaScript_Basics and add the following:

  • How we can use and manipulate using the numerical methods in .md
  • Example of numerical methods in .js

Screenshot 2019-10-17 at 2 03 55 PM

Create .md and .js both files as we are shifting to Docsify

Add Coercion in JavaScript

Create a new file named coercion in JavaScript_Advance and add the following:

  • Where we use coercion in .md
  • how we make coercion in .md
  • Example of coercion in .js

Create .md and .js both files as we are shifting to Docsify

Add try catch example with info

Create a new file named try-catch in JavaScript_Advanced and add the following:

Why use try-catch

More info if there and make a request to open API with try-catch

If anyone is taking the issue please comment to save efforts of others

Add Async Await Example info

Create a new file named async-await in JavaScript_Advanced and add the following:

  • Why use async-await (Code before and after async-await)

  • More info if there and make a request to open API with async-await

If anyone is taking the issue please comment to save efforts of others

Suggest JavaScript concepts and add it that are not there

This is a common issue where anyone can tell me about the concepts or examples they want to add

After that

  • I will be creating a separate issue for that to keep track of the work
  • Will assign to the person
  • Start Contributing :-)

Thanks to all for making this project so big :-)

Add Flattening nested arrays Info with Example

Create a new file named Flattening in JavaScript_Basics and add the following:

  • Where we use the Flattening

  • More info if there about Flattening

  • Create .md and .js both files as we are shifting to Docsify

Add about JSON in JavaScript

Create a new file named json in JavaScript_Advance and add the following:

  • Where we use JSON in .md
  • How we access and manipulate JSON in .md
  • Example of JSON in .js

Create .md and .js both files as we are shifting to Docsify

Add Map Object in JavaScript

Create a new file named mapObject in JavaScript_Advance and add the following:

  • Where we use mapObject in .md
  • How we make mapObject in .md
  • Example of mapObject in .js

Create .md and .js both files as we are shifting to Docsify

Connecting to MongoDB

Connect to MongoDB show good practices of Debugging while connecting

Create Both .js and .md file

Add Comparison operators in JavaScript

Create a new file named comparisonOprators in JavaScript_Basic and add the following:

  • Where we use comparisonOprators in .md
  • How we make comparisonOprators in .md
  • Example of comparisonOprators in .js

Create .md and .js both files as we are shifting to Docsify

Add DOM Manipulation using JavaScript

Create a new file named domManipulation in Javascript_Basics and add the following:

  • Where we use domManipulation in .md
  • How we make domManipulation in .md
  • Example of domManipulation in .js

Create .md and .js both files as we are shifting to Docsify

Add Switch Cases in Javascript

Create the file named Switch in JavaScript_Basics and add the following:

  • Where we use the Switch

  • More info about Switch

  • Create .md and .js file as we are shifting to Docsify

Add Set object in JavaScript

Create a new file named set-object in JavaScript_Advance and add the following:

  • Where we use set-object in .md
  • how we make set-object in .md
  • Example of set-object in .js

Create .md and .js both files as we are shifting to Docsify

Add about polymorphism

Create a new file named polymorphism in JavaScript_Advance and add the following:

Where we use polymorphism in .md
How we access and manipulate polymorphism in .md
Example of polymorphism in .js

Create .md and .js both files as we are shifting to Docsify

Convert pages from .js to .md in presentable manner

Convert pages from .js to .md in presentable manner

Anyone can take any file for conversion but make sure you store conversions into docs and the specified file

If you are working on any file then please comment here this will save our efforts.

Adding Splice and Slice

Create a new file named Splice and Slice in JavaScript_Advanced and add the following:

  • Where we use Splice and Slicein js

  • More info if there about Splice and Slice

  • Create .md and .js both files as we are shifting to Docsify

Add callback example with info

Create a new file named callback in JavaScript_Advanced and add the following:

Where callbacks are used

Also, discuss the problem of callback hell

More info if there and make a request to open API with callbacks

Create .md file as we are shifting to docsify

Have a .js file which can be executed separately and .md also

If anyone is taking the issue please comment to save efforts of others

Add Different types of assignments in JavaScript

Create a new file named assignments in JavaScript_Advance and add the following:

  • Different types of assignments in .md

Screenshot 2019-10-17 at 1 56 16 PM

  • Example of assignments in .js

Create .md and .js both files as we are shifting to Docsify

Add JavaScript page redirectes

Create a new file named javascript-page-redirects.js in JavaScript_Basic and add the following:

  • Where we use page redirects
  • how we use page redirects
  • Auto-refresh

Create .md and .js both files as we are shifting to Docsify

Create Sidebar in Docsify

The contents and orders are written in order.txt

There are 3 order.txt each represents the flow in its directory

If you are working on this then please comment here this will save doubling of the work.

Setup Docsify in the project

Setup Docsify in Project

If you are working on this then please comment here this will save doubling of the work.

Adding new JavaScript Concepts

Add Concepts into its respective place like Basic, Advance

If you are adding new concepts then please comment here this will save doubling of the work

Add Map & Set example and info in JavaScript

Create a new file named map&set in JavaScript_Advanced and add the following:

How to use map&set

What is the use of map&set

Discuss about Weakmap & Weakset

If anyone is taking the issue please comment to save efforts of others

Adding hoistings in JavaScript

Create a new file named hoistings in JavaScript_Advanced and add the following:

  • Where we use hoistings in js

  • More info if there about hoistings

  • Create .md file as we are shifting to docsify

Add Bitwise operators info and examples

Add the info in .md and examples in .js file named bitwise-oprators.js

Add the following operations:

  • AND
  • OR
  • NOT
  • XOR
  • Signed right shift

You can also add other operators in the project

Add sending AJAX request from Javascript

Create a new file named AJAX in JavaScript_Advance and add the following:

  • Where we use AJAX requests
  • how we make AJAX requests

Create .md and .js both files as we are shifting to Docsify

Add JavaScript math functions

Create a new file named Cookies in JavaScript_Basic and add the following:

  • Where we use math
  • how we use different math

Create .md and .js both files as we are shifting to Docsify

Add Concat function

Create a new file named concat() in JavaScript_Advance and add the following:

  • Where we use concat() in .md
  • How we make concat() in .md
  • Example of concat() in .js

Create .md and .js both files as we are shifting to Docsify

Add promise chaining example with info

Create a new file named promise-chaining in JavaScript_Advanced and add the following:

Where we use promise-chaining

More info if there and make a request to open API with promise chaining

If anyone is taking the issue please comment to save efforts of others

Create .md file as we are shifting to docsify

Add Currying in JavaScript

Create a new file named currying in JavaScript_Advance and add the following:

  • Where we use currying in .md
  • how we make currying in .md
  • Example of currying in .js

Create .md and .js both files as we are shifting to Docsify

Add Set function

Create a new file named set-function in JavaScript_Advance and add the following:

  • Where we use set-function in .md
  • how we make set-function in .md
  • Example of set-function in .js

Create .md and .js both files as we are shifting to Docsify

Add continue and break in JavaScript

Create a new file named continue-break in JavaScript_Basic and add the following:

  • Where we use continue-break in .md
  • How we make continue-break in .md
  • Example of continue-break in .js

Create .md and .js both files as we are shifting to Docsify

Add about Strict Mode in JavaScript

Create a new file named strictMode in JavaScript_Advance and add the following:

  • Where we use strictMode in .md
  • How we make strictMode in .md
  • Example of strictMode in .js

Create .md and .js both files as we are shifting to Docsify

Adding Date, Date Format, GET,SET methods of Date

Create the file named Date in JavaScript_Basics and add the following:

  • Where we use the date

  • More info about date format

  • Add get set methods of date

  • Create .md and .js file as we are shifting to Docsify

Add Bind Function of JavaScript

Create a new file named bind in JavaScript_Advance and add the following:

  • Where we use Bind Function in .md
  • how we make Bind Function in .md
  • Example of bind function in .js

Create .md and .js both files as we are shifting to Docsify

Add Mapping of arrays using map method

Create a new file named Map in JavaScript_Basics and add the following:

  • Where we use the map

  • More info if there about map

  • Create .md and .js both files as we are shifting to Docsify

Add Regex example and info

Create a new file named Regex in JavaScript_Basics and add the following:

  • Where we use the Regex

  • More info if there about Regex

  • Create .md and .js both files as we are shifting to Docsify

Add Use of Cookies with JavaScript

Create a new file named Cookies in JavaScript_Advance and add the following:

  • What are cookies
  • Where we store cookies
  • Reading and setting expiry to cookies

Create .md and .js both files as we are shifting to Docsify

Add ESlint into project and add the command for linting and fixing

Add ESlint into the project with following rules

  • 2 space tab allowed
  • line break of only one line allowed in code
  • No line breaks at the end of file
  • ES6 syntax
  • single quotes only
  • semicolon always

also, add .eslintignore
which will exclude node_modules and *.json file and any other if needed

If you are working on the issue let me know through the comment will assign the issue to you then

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.