1 year ago

I need some serious help with JavaScript.

Out of all the stupid bugs I've encountered, this is by far the worst.


The following code should remove any \n and replace them with an empty space and then split the string into an array:


letarray = code.value.replace("\n", " ").split(" ");


code is a html textarea element:


JS:

constcode = document.querySelector("#code");

HTML:

<textarea id="code" cols="60" rows="30">text = simple\ntext = line\ntext = program</textarea>


code.value is set to:


'text = simple\ntext = line\ntext = program'


The following is what it returns:


['text', '=', 'simple', 'text', '=', 'line\ntext', '=', 'program']


What it should return:


['text', '=', 'simple', 'text', '=', 'line', 'text', '=', 'program']


Please help - I'm starting to go insane because of this stupid little bug.



0 comments

Loading...

Next up

Just some quick "filler" art because I haven't posted anything about art in a while.

Ig you can call this a new OC... his name is "Quin Fid"... the construction worker

@gamejolt it's been months and I'm still seeing this bug.

Please try to fix it or at the very least put it onto your todo list.

So I finally got Spore and umm... what in the abomination have I created???!

Welcome to 'Mytherland' - a brand new interactive community website which will open very soon: https://myther.land

YOOO MY MUM GOT ME SOME MATCHA TEA ICE CREAM

P.S. I love matcha

THANKIE FOR THE STICKER PACKS @workertr, @Sarnes , @swiftcod3 , @Salee , @SuperrONNY8 , AND @Bored_Dude

Haven't played it yet but looks interesting. #CentumRiddle

Stickit' Truddy, web-project introduction

A website where you can Collect and Swap stickers with friends and fill up your collector's albums!

Join dev journey at gamejolt.com/c/stickit-kt5adm

#webdev #art

"in unity, I clicked things and I somehow changed the movement tool" - @workertr 2025 also by @workertr 2025, "I think I clicked the transform tool. Idk what happened"