is-thirteen icon indicating copy to clipboard operation
is-thirteen copied to clipboard

is 12??????

Open FedorArbuzov opened this issue 5 years ago • 5 comments

FedorArbuzov avatar Jun 26 '19 12:06 FedorArbuzov

Just do 13-1

Almenon avatar Jun 26 '19 17:06 Almenon

Ex: (13-1)+1 == 13 = true!

Almenon avatar Jun 26 '19 17:06 Almenon

const a = prompt('Input a number to determine if the number is 12')
console.log(is(a).plus(1).thirteen() ? 'yes' : 'no')

xnousnow avatar Feb 20 '23 11:02 xnousnow

const a = prompt('Input a number to determine if the number is 12')
console.log(is(a).minus(1).thirteen() ? 'yes' : 'no')

I believe that should be plus(1)?

MitchTalmadge avatar Mar 11 '23 10:03 MitchTalmadge

const a = prompt('Input a number to determine if the number is 12')
console.log(is(a).minus(1).thirteen() ? 'yes' : 'no')

I believe that should be plus(1)?

Oh, you're right. Edited!

xnousnow avatar Mar 11 '23 10:03 xnousnow