Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

javascript check if number is multiple of 3

var num 

num = prompt('Enter the number')


if (num % 3 == 0)
	document.write('Multiple of 3')
else 
  document.write('Not a multiple of 3')



Comment

PREVIOUS NEXT
Code Example
Javascript :: events in node js 
Javascript :: $Javascript $.get( 
Javascript :: jquery to javascript code converter online 
Javascript :: addeve 
Javascript :: difference between usecallback and usememo 
Javascript :: page object 
Javascript :: jquery select vs create syntax 
Javascript :: shell curl path of json file as parameter without temporal file 
Javascript :: how to get mongoose connection status 
Javascript :: Maxscript Bitarray 
Javascript :: jquery show only first elements of table 
Javascript :: add function 
Javascript :: getting-host-is-not-configured-error-when-using-next-image 
Javascript :: useMediaquery hook react 
Javascript :: alternative of tofixed javascript 
Javascript :: ajax each 
Javascript :: node js knex sqlite query 
Javascript :: laravel data showing in single option instead of multiple option from json array 
Javascript :: filter json array based on multiple arguments including lists 
Javascript :: Why is the return function in my debounce function never called? Angularjs 
Javascript :: tabbarbadge style react native 
Javascript :: set default value in dynamic dropdown angularjs 
Javascript :: want the app to save the passing screen after a user has passed the test even when the app exits in react native 
Javascript :: remove symbols from cnpj js 
Javascript :: in express remove page ,sort ,limit and fields from req.query 
Javascript :: get copied text javascript 
Javascript :: Simple Mustache.js 
Javascript :: Getting Terms From An Array 
Javascript :: generate package json for existing project 
Javascript :: ngx chart how to use in angular 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =