Message from JavaScript discussions

November 2018

— Guys help me pls

— 

(sorry for my english)
how to send this value by post method
prodids=2801
As is, without quotes
in JS i can't sent like this

— Thats not the value but js expression, with assignment.. as is.

— I found a solution.

— I usually use stringify, but I'm not sure if the problem is with FormData, if you send the data?

data = JSON.stringify({ prodids: 2081 })

Message permanent page

— Guys I need a fixed element relative to an horizontal overflow box. Position sticky is not a real option due to browser support. Transforming the element onscroll is pretty laggy in older browser. An idea?

Message permanent page

— Can anyone send me some doc for starting to test using Vue and js? I've never do testing 😅. I'm thinking about do TDD for my next proyect

Message permanent page

— Not sure what the hell I'm looking at tbh

— It's like object literal without curly braces???

— Oh that's just the editor adding some type shit afaik

— The body: stuff

— Oh