winstonDeGreef
winstonDeGreef
> ```svelte > on:destroy={localHandler} > on:destroy={preprocessorHandler} > on:destroy > bind:props={localProps} > bind:props={preprocessorPropVar}/> > ``` Instead of that, it could be possible that multiple bindings on atributes are seperated by commas....
> The comma is already an operator in JavaScript. Comma separated values returns the last value in a list. > > ```js > let foo = ("bar", "baz"); > >...
got kicked from a server once with an error message that said that my physics weren't good, pretty sure that servers validate the physics.
would also have to be implemented in searchbar
This is not restrictive enough. As `a / (1/b) === a * b` Therefore you could just `let answer = a / (1/b)`.
> > This is not restrictive enough. As `a / (1/b) === a * b` Therefore you could just `let answer = a / (1/b)`. > > Alright, doing multiplication...