Pass or Fail
Check if a student's mark is passing (>= 40) or failing (< 40) and print the result
Choose your challenge. Start easy and work your way up.
Check if a student's mark is passing (>= 40) or failing (< 40) and print the result
Determine if a given integer is odd or even and print the result.
Find the maximum absolute difference between adjacent integers after sorting an array of N integers.
Check if at least one of two given integers is exactly 100 and print 'yes' or 'no' accordingly.
Calculate and print the square of a given integer number.
Move the first M words to the end of a sentence in reverse order
Calculate and print the perimeter of a polygon given the lengths of its N sides
Convert a given ASCII value to its corresponding character
Compare and analyze the differences between JavaScript and jQuery for web development
A comprehensive guide to setting up and running a simple Node.js server with HTTP module
Find the highest common factor (HCF) or greatest common divisor (GCD) of two given positive integers.
Print all numbers in a given range [A, B] that are not divisible by a specified number N