GithubHelp home page GithubHelp logo

shayankhatri23's Projects

assignment-01-alerts- icon assignment-01-alerts-

The alert box takes the focus away from the current window, and forces the user to read the message. Do not overuse this method. It prevents the user from accessing other parts of the page until the alert box is closed.

assignment-02-variables-for-strings- icon assignment-02-variables-for-strings-

To declare variables in JavaScript, you need to use the var, let, or const keyword. Whether it is a string or a number, use the var, let, or const keyword for its declaration. But for declaring a string variable we had to put the string inside double quotes or single quotes

assignment-03-variables-for-string- icon assignment-03-variables-for-string-

To declare variables in JavaScript, you need to use the var, let, or const keyword. Whether it is a string or a number, use the var, let, or const keyword for its declaration. But for declaring a string variable we had to put the string inside double quotes or single quotes

assignment-04-variable-names-legal-illegal- icon assignment-04-variable-names-legal-illegal-

The first character must be a letter or an underscore (_). You can't use a number as the first character. The rest of the variable name can include any letter, any number, or the underscore. You can't use any other characters, including spaces, symbols, and punctuation marks.

assignment-05-math-expressions- icon assignment-05-math-expressions-

You've already seen examples of adding in JS, using the + operator. You can also use - for subtraction, * for multiplication, / for division, and % to take the remainder. Here are examples of those in action:

assignment-06-06-09-math-expressions- icon assignment-06-06-09-math-expressions-

You've already seen examples of adding in JS, using the + operator. You can also use - for subtraction, * for multiplication, / for division, and % to take the remainder. Here are examples of those in action:

assignment-07-09-11-user-input-conditional-statement- icon assignment-07-09-11-user-input-conditional-statement-

Use if to specify a block of code to be executed, if a specified condition is true Use else to specify a block of code to be executed, if the same condition is false Use else if to specify a new condition to test, if the first condition is false

assignment-09-14-16-arrays- icon assignment-09-14-16-arrays-

The Array object lets you store multiple values in a single variable. It stores a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.

assignment-10-17-21-array-and-loop- icon assignment-10-17-21-array-and-loop-

A loop is a type of computer program that allows us to repeat a specific operation a predetermined number of times without having to write that operation individually. For example, if we have an array and want to output each element in the array, rather than using the index number to do so one

assignment-11-21-25-string-methods- icon assignment-11-21-25-string-methods-

JavaScript automatically converts primitive strings to String objects so that it's possible to use String methods and access properties even for primitive strings.

assignment-12-26-30-math-methods- icon assignment-12-26-30-math-methods-

Mathematics plays an integral part in computer science and coding. Programmers use mathematical methods and expressions to perform calculations for all sorts of different reasons during development. Luckily, JavaScript provides various built-in methods that can make your life a whole lot easier.

assignment-13-31-34-date-methods- icon assignment-13-31-34-date-methods-

JavaScript provides Date object to work with date & time, including days, months, years, hours, minutes, seconds, and milliseconds. Use the Date() function to get the string representation of the current date and time in JavaScript. Use the new keyword in JavaScript to get the Date object.

assignment-14-35-38-function- icon assignment-14-35-38-function-

Functions are one of the fundamental building blocks in JavaScript. A function in JavaScript is similar to a procedure—a set of statements that performs a task or calculates a value, but for a procedure to qualify as a function,

css-portfolio-assignment icon css-portfolio-assignment

img,p,div,class,id external css margin,padiing font size,weight,family background color,position top,left,right h1,h2,h3,h4,h5,h6,p,hr,br,name,value external css background image,border font size,font weight color class,id

css-youtube-assignment icon css-youtube-assignment

img,p,div,class,id external css margin,padiing font size,weight,family background color,position top,left,right h1,h2,h3,h4,h5,h6,p,hr,br,name,value external css background image,border font size,font weight color class,id

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.