Giter Site home page Giter Site logo

html-javascript-bootstrap-certification-course's Introduction

Certification-Course

HTML-JavaScript-Bootstrap-Certification-Course

HTML Development is a 100% Done ✔

JavaScript Development is a 100% Done ✔

Bootstrap Development is a 100% Done ✔

My course completion certificate for "HTML, JavaScript, & Bootstrap - Certification Course" http://ude.my/UC-69440baa-9011-45eb-9d05-4982bdaf34e0 via @udemy

D:\Programming Language\JavaScript\HTML, JavaScript, & Bootstrap - Certification Course

Comparison Operators

 == Equal to
=== Equal Value & Equal Type
!= Not Equal
!== Not Equal Value & Not Equal Type
> Greater then
< Less then
>= Greater then or Equal to
<= Less then or Equal to

git commands

git add . //Command to add File - The git add command adds a change in the working directory to the staging area. It tells Git that you want to include updates to a particular file in the next commit.
git commit -m "Name-commit" //Command to add tag-Name-commit - The git commit command captures a snapshot of the project's currently staged changes.
git push //Command to uploads New-File - The git push command is used to upload local repository content to a remote repository.
git pull //Command to fetch and download content from a remote repository and immediately update the local repository to match that content.

html-javascript-bootstrap-certification-course's People

Contributors

cyb3rx7 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.