Using JavaScript in a spreadsheet

Using JavaScript in a spreadsheet
Our goal with Quadratic is to support many major programming languages. We started with Python as the most popular language for data science. Along the way, we've continued improving that experience t...
0 Read More

When Objects Aren't

Not everything that looks like an object is one. Here are some cases that look something like JavaScript objects but aren't. We'll also see some unusual things along the way. GOTO in JavaScript?! ...
0 Read More

Parameter Type Safety in JavaScript

Today I got bit by a small but annoying bug due to the lack of type safety in javascript. I scrapped an experimental change to a method but forgot to remove the new parameter from the function declara...
0 Read More