# Do you know Jason?

**URL:** https://forum.kirupa.com/t/do-you-know-jason/656721
**Category:** talk
**Created:** [February 3, 2023, 11:42pm UTC](https://forum.kirupa.com/t/do-you-know-jason/656721 "2023-02-03T23:42:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![steve.mills](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/steve.mills/32/14961_2.png) [@steve.mills](https://forum.kirupa.com/u/steve.mills)
#### Post date: [February 3, 2023, 11:42pm UTC](https://forum.kirupa.com/t/do-you-know-jason/656721/1 "2023-02-03T23:42:11Z")

</div>

[![](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/c/6/c61986a122939096d193eda92d6bdbbac3881aa5.jpeg "JSON, I hardly know 'er") ](https://www.youtube.com/watch?v=TTjYjSEGHek)

I love the Primeagen 😄

---

<div class="post-metadata">

### Author: ![tbo](https://avatars.discourse-cdn.com/v4/letter/t/7feea3/32.png) [@tbo](https://forum.kirupa.com/u/tbo)
#### Post date: [February 4, 2023, 6:54am UTC](https://forum.kirupa.com/t/do-you-know-jason/656721/2 "2023-02-04T06:54:53Z")

</div>

You know I started this video hoping someone would punch this man in the broomhilda mustache, but I ended it less so

---

<div class="post-metadata">

### Author: ![travis](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/travis/32/13217_2.png) [@travis](https://forum.kirupa.com/u/travis)
#### Post date: [February 6, 2023, 7:53pm UTC](https://forum.kirupa.com/t/do-you-know-jason/656721/3 "2023-02-06T19:53:48Z")

</div>

Man that first YT comment really hits:  
"This game started with “i don’t know json” and ended with “okay, i dont even know js”

---

<div class="post-metadata">

### Author: ![steve.mills](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/steve.mills/32/14961_2.png) [@steve.mills](https://forum.kirupa.com/u/steve.mills)
#### Post date: [February 7, 2023, 12:09am UTC](https://forum.kirupa.com/t/do-you-know-jason/656721/4 "2023-02-07T00:09:36Z")

</div>

😄 I don’t think there’s many people that know all that unless you’re a Kyle Simpson (you don’t know JS) type…

Type coercion is probably the worst thing about JS.

Maybe thats why its so slow…

If you look at the spec and how the inbuilt method implement in C++, it a whole heap of if statements checking all the arguments and types ect…

Thats why a lot of the time your built from scratch algorithms run faster than native methods… it just bypasses all the checks… it either runs or throws 🤠
