Code Monkey home page Code Monkey logo

javascript-programming-mastery's Introduction

Website Facebook Instagram Twitter LinkedIn Github

JavaScript-Banner

JavaScript Programming Mastery

What is JavaScript ?
โœจ JavaScript is a dynamic programming language that's used for web development, in web applications, for game development, and lots more. It allows you to implement dynamic features on web pages that cannot be done with only HTML and CSS.

JavaScript Basic Syntax

  // variable declare
  var name = "Samiur Rahman Mukul";
  const degree = "B.Sc. Engineering in CSE";
  let age = 22;

  // simple function declare
  function() {
    console.log("Hello World!");
  };

  // arrow function declare (ES6 feature)
  const aboutMe = (name, age, degree) => {
    console.log(`Name: ${name} \n Education: ${degree} \n Age: ${age}`);
  };

Repository Content Of Glance

  • 1-JavaScript-Fundamental
  • 2-JavaScript-Tutorial
  • 3-JavaScript-Problem-Solving
  • 4-JavScript-ES6-&-OOP
  • 5-JS-Data-Structure-And-Algorithm
  • 6-JavaScript-DOM-&-BOM
  • 7-JavaScript-Async-Callback-Promise
  • 8-JavaScript-API-Calling
  • 9-JavaScript-JSON
  • 10-JavaScript-AJAX
  • 11-JavaScript-jQuery
  • 12-JavaScript-More-Library
  • 13-JS-Example-&-References
  • 14-JavaScript-Interview-Preparation
  • 15-JavaScript-Advanced-Topics

HAPPY JavaScript PROGRAMMING & WEB DEVELOPING ๐Ÿ‘ฉโ€๐Ÿ’ป

javascript-programming-mastery's People

Contributors

samiurrahmanmukul avatar

Stargazers

 avatar

Watchers

 avatar

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.