Skip to content

JavaScript fundamentals and OOP and Problem solving with JavaScript

Notifications You must be signed in to change notification settings

BB-Simon/JavaScript-All-You-Need-to-Know

Repository files navigation

Javascript all you need to know about!

JS Logo

Table of contents Table of Products with Prices Code Examples

Hello Test to install all used packages run npm install

Simon Kabir Simon Kabir

Github

  1. List1 1.1 sublist 1.2 sublist
  2. List2
  3. List3
  • List1
    • sublit
    • sublist
  • List2
  • List3
  • List1
    • sublit
    • sublist
  • List2
  • List3

Table of Products with Prices

Name Item Price
Simon Apple $34
Jimon Orange $54
Takmina Banana $64
Souvo Cycle $124

Code Examples

/**
@sayHi: do greating to the name will be passed as a arg
@name: string
**/
function sayHi(name){
  alert(`Hello ${name}, How are you today?`)
}

sayHi("Simon")

there is a qout text loream40 test test test

-- Simon

Header here

details of the block code will go here

  • List1
    • sublit
    • sublist
  • List2
  • List3
/**
@sayHi: do greating to the name will be passed as a arg
@name: string
**/
function sayHi(name){
  alert(`Hello ${name}, How are you today?`)
}

sayHi("Simon")

About

JavaScript fundamentals and OOP and Problem solving with JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published