Skip to content

Instantly share code, notes, and snippets.

@hishma
Created April 8, 2014 16:39
Show Gist options
  • Save hishma/10153402 to your computer and use it in GitHub Desktop.
Save hishma/10153402 to your computer and use it in GitHub Desktop.
256 Character String
THIS STRING IS 256 CHARACTERS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
@slurpyboy9000
Copy link

nice

@Us-sef
Copy link

Us-sef commented Sep 25, 2022

helpful thank you

@pranav-deliverr
Copy link

Thanks

@s-araqayyum
Copy link

Bless you

@iQuickDev
Copy link

thanks a lot

@CarlosIlgenfritz
Copy link

Nice!

@NataliaKubiak
Copy link

Very helpful! :) Thank you!

@feiteng-gcp
Copy link

Double checked a few times, this string is 255 characters. Am I missing something?

@11100010
Copy link

Double checked a few times, this string is 255 characters. Am I missing something?

you right, them wrong

@gabemejia-acoustic
Copy link

image

@trinhgliedt
Copy link

That was only 255 characters....

@DereC4
Copy link

DereC4 commented Nov 8, 2023

thank you

@LordBigi523
Copy link

Thank you

@hamza-cskn
Copy link

hamza-cskn commented Apr 16, 2024

Thanks. Probably they included a newline.

@ViniciusTaborda
Copy link

God bless you

@VjeraTurk
Copy link

VjeraTurk commented Jul 18, 2024

You guys made my day. God bless you

@NobleMajo
Copy link

lul

@ibraheem-111
Copy link

Thanks, very helpful

@Dissolutio
Copy link

Dissolutio commented Nov 18, 2024

// try in your dev console with quotes
'THIS STRING IS 256 CHARACTERS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
'[255]
// VM298:1 Uncaught SyntaxError: Invalid or unexpected token
// try in your dev console with backtics
`THIS STRING IS 256 CHARACTERS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
`[255]
// '\n'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment