Giter Club home page Giter Club logo

assignment-04---js-questions--week04's Introduction

Assignment-04---js-Questions--week04

Dear Students

Mobile Application Development Course - Youtube

Assignment 04 - week04

Requirements:

Try to build logic for the below programs

Console them to terminal e.g Question01 > result

Don’t post the solution code in group, only post the terminal result

Question-01

What values do the following expressions evaluate to, console the results?

false || (true && false);

true || (1 + 2);

(1 + 2) || true;

true && (1 + 2);

false && (1 + 2);

(1 + 2) && true;

(32 * 4) >= 129;

false !== !true;

true === 4;

false === (847 === '847');

false === (847 == '847');

(!true || (!(100 / 5) === 20) || ((328 / 4) === 82)) || false;



Question-02

Add a validation check to ensure that, a number is an integer. If it isn't, then issue an error message and console it.

Question-03

Write a js program to find maximum between two numbers.

Question-04

 Write a js program to find maximum between three numbers.

Question-05

Write a js program to check whether a number is negative, positive or zero.

Question-06

Write a js program to check whether a number is divisible by 5 and 11 or not.

Question-07

Write a js program to check whether a number is even or odd.

Question-08 

Write a js program to check whether character is an alphabet or not

Submit: Post your assignment console screenshot in the group (https://www.facebook.com/groups/learnwithnaveedsarwar)

Submit your code here:

https://forms.gle/Cr6jyuLjvixNWo4JA

assignment-04---js-questions--week04's People

Contributors

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