Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

fizzbuzz in one line javascript

for(let i=0;i<100;)console.log((++i%3?'':'fizz')+(i%5?'':'buzz')||i)
Comment

PREVIOUS NEXT
Code Example
Javascript :: check if string javascript 
Javascript :: solid in css 
Javascript :: how to make a arr reverse function 
Javascript :: reverse array recursion javascript 
Javascript :: vue js multiple dynamic classes 
Javascript :: Passing Boolean values as Props in react 
Javascript :: How to write a mutation observer js 
Javascript :: enzyme find selector 
Javascript :: LEAODE MAJE 
Javascript :: javascript class in external file 
Javascript :: JS copy image 
Javascript :: ucwords javascript 
Javascript :: javascript check number length 
Javascript :: bounce of two circles javascript 
Javascript :: next greater element javascript using stack 
Javascript :: js no new line console.log 
Python :: python get public ip address 
Python :: suppres tensorflow warnings 
Python :: python iterate through date range 
Python :: transform size of picture pygame 
Python :: pip install mysqldb 
Python :: python search for word is in column 
Python :: blink raspberry pico 
Python :: sorting by column in pandas 
Python :: get stats from list 
Python :: seaborn size 
Python :: boucle for python 
Python :: cube finder python 
Python :: datetime has no attribute now 
Python :: plotly hide legend 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =