# Latest

**URL:** https://forum.kirupa.com/latest.md?page=98

[Latest](https://forum.kirupa.com/latest.md) · [Categories](https://forum.kirupa.com/categories.md)

**Page:** 99

---

## [Deno 1.0 Released](https://forum.kirupa.com/t/deno-1-0-released/642762)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 6\
**Last updated:** [May 15, 2020, 1:59am UTC](https://forum.kirupa.com/t/deno-1-0-released/642762 "2020-05-15T01:59:03Z")

</div>

Deno (http://deno.land) just just reached version 1.0! Deno is a Node-like runtime (No-De… De-No…) built from the ground up (in Rust) by the same person that brought you Node that has built-in support for running Typ…

---

## [JS Tip of the Day: Parameters are Reference Variables](https://forum.kirupa.com/t/js-tip-of-the-day-parameters-are-reference-variables/643093)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 13, 2020, 2:09pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-parameters-are-reference-variables/643093 "2020-05-13T14:09:12Z")

</div>

---

## [How to arrange card in Arc shape](https://forum.kirupa.com/t/how-to-arrange-card-in-arc-shape/642749)

<div class="topic-metadata">

**Author:** [@Sukhwinder\_Saini](https://forum.kirupa.com/u/Sukhwinder_Saini)\
**Replies:** 1\
**Last updated:** [May 13, 2020, 5:20am UTC](https://forum.kirupa.com/t/how-to-arrange-card-in-arc-shape/642749 "2020-05-13T05:20:01Z")

</div>

I am working on a card game and i want to arrange cards in the given pictures using CSS i have no idea. I’ll be very thank you

---

## [JS Tip of the Day: Negative Zero](https://forum.kirupa.com/t/js-tip-of-the-day-negative-zero/643094)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 12, 2020, 2:25pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-negative-zero/643094 "2020-05-12T14:25:18Z")

</div>

---

## [Websites are starting to look similar!](https://forum.kirupa.com/t/websites-are-starting-to-look-similar/642738)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [May 12, 2020, 5:46am UTC](https://forum.kirupa.com/t/websites-are-starting-to-look-similar/642738 "2020-05-12T05:46:44Z")

</div>

I’m pretty sure this isn’t surprising to most of you here :stuck\_out\_tongue:

---

## [Countries of the World (Picture game)](https://forum.kirupa.com/t/countries-of-the-world-picture-game/642668)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 18\
**Last updated:** [May 11, 2020, 6:21pm UTC](https://forum.kirupa.com/t/countries-of-the-world-picture-game/642668 "2020-05-11T18:21:45Z")

</div>

Don’t scroll down beyond this post if you don’t want the answers :stuck\_out\_tongue: Each picture represents the name of a country. For example, number 1 is a picture of a can and an adder. Can…adder…that’s Canada! How m…

---

## [JS Tip of the Day: MutationObserver](https://forum.kirupa.com/t/js-tip-of-the-day-mutationobserver/643095)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 11, 2020, 12:32pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-mutationobserver/643095 "2020-05-11T12:32:40Z")

</div>

---

## [JS Tip of the Day: Sealing Objects](https://forum.kirupa.com/t/js-tip-of-the-day-sealing-objects/643096)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 10, 2020, 8:23pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-sealing-objects/643096 "2020-05-10T20:23:53Z")

</div>

---

## [JS Tip of the Day: Promises Block Rendering](https://forum.kirupa.com/t/js-tip-of-the-day-promises-block-rendering/643097)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 9, 2020, 9:30pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-promises-block-rendering/643097 "2020-05-09T21:30:36Z")

</div>

---

## [One step closer to having themes on KIRUPA](https://forum.kirupa.com/t/one-step-closer-to-having-themes-on-kirupa/641532)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 4\
**Last updated:** [May 9, 2020, 7:09am UTC](https://forum.kirupa.com/t/one-step-closer-to-having-themes-on-kirupa/641532 "2020-05-09T07:09:33Z")

</div>

What the top of the CSS looks like currently: :root { --primary: #0798ff; --primaryDarker: #0267af; --primaryLighter: #aadcff; --primaryLightest: #EAF7FF; --light: #f3f3f3; --inputBackground: #FFF; --inputBorder:…

---

## [Compiling (and Transpiling) Explained](https://forum.kirupa.com/t/compiling-and-transpiling-explained/642723)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [May 8, 2020, 6:33pm UTC](https://forum.kirupa.com/t/compiling-and-transpiling-explained/642723 "2020-05-08T18:33:07Z")

</div>

This is a companion discussion topic for the original entry at https://www.kirupa.com/hodgepodge/compiling\_transpiling.htm

---

## [Xbox Series X - Boot Screen, Game Trailers, etc.](https://forum.kirupa.com/t/xbox-series-x-boot-screen-game-trailers-etc/642722)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 2\
**Last updated:** [May 8, 2020, 10:17pm UTC](https://forum.kirupa.com/t/xbox-series-x-boot-screen-game-trailers-etc/642722 "2020-05-08T22:17:18Z")

</div>

While my time to play video games is quite limited these days, I’m excited for both the next generation Xbox and PlayStation! :stuck\_out\_tongue:

---

## [JS Tip of the Day: \_\_proto\_\_ in Object Literals](https://forum.kirupa.com/t/js-tip-of-the-day-proto-in-object-literals/643098)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 8, 2020, 1:02pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-proto-in-object-literals/643098 "2020-05-08T13:02:42Z")

</div>

---

## [Stop Video on Modal Close](https://forum.kirupa.com/t/stop-video-on-modal-close/642711)

<div class="topic-metadata">

**Author:** [@4a0g1kfa54](https://forum.kirupa.com/u/4a0g1kfa54)\
**Replies:** 0\
**Last updated:** [May 7, 2020, 11:35pm UTC](https://forum.kirupa.com/t/stop-video-on-modal-close/642711 "2020-05-07T23:35:07Z")

</div>

I have several modals, each with a different iframe with a different embedded youtube video. When someone closes out of the modal (either by clicking away, hitting ESC or closing it), I would like the youtube video in t…

---

## [Display div side by side using flexbox](https://forum.kirupa.com/t/display-div-side-by-side-using-flexbox/642702)

<div class="topic-metadata">

**Author:** [@Sukhwinder\_Saini](https://forum.kirupa.com/u/Sukhwinder_Saini)\
**Replies:** 2\
**Last updated:** [May 7, 2020, 4:51pm UTC](https://forum.kirupa.com/t/display-div-side-by-side-using-flexbox/642702 "2020-05-07T16:51:52Z")

</div>

I am trying to display two div side by side using flexbox. My approach is i want to display like From: input field To : inputfield There must be a gap horizonally and vertically between the text and field I tried: H…

---

## [JS Tip of the Day: What is a NaN?](https://forum.kirupa.com/t/js-tip-of-the-day-what-is-a-nan/643099)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 7, 2020, 3:35pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-what-is-a-nan/643099 "2020-05-07T15:35:21Z")

</div>

---

## [Drawing Triangles on the Canvas](https://forum.kirupa.com/t/drawing-triangles-on-the-canvas/355829)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 3\
**Last updated:** [May 7, 2020, 3:42am UTC](https://forum.kirupa.com/t/drawing-triangles-on-the-canvas/355829 "2020-05-07T03:42:43Z")

</div>

by kirupa | 26 October 2014 When you are working with the canvas element in HTML, you have some built-in functions that help you easily draw common shapes like circles, squares, and lines. Guess wh…

---

## [JS Tip of the Day: Animations With requestAnimationFrame](https://forum.kirupa.com/t/js-tip-of-the-day-animations-with-requestanimationframe/643100)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 6, 2020, 12:35pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-animations-with-requestanimationframe/643100 "2020-05-06T12:35:56Z")

</div>

---

## [JS Tip of the Day: Preventing Extensions in Objects](https://forum.kirupa.com/t/js-tip-of-the-day-preventing-extensions-in-objects/643101)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 5, 2020, 1:32pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-preventing-extensions-in-objects/643101 "2020-05-05T13:32:39Z")

</div>

---

## [JS Tip of the Day: Symbol.hasInstance](https://forum.kirupa.com/t/js-tip-of-the-day-symbol-hasinstance/643102)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 4, 2020, 12:29pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-symbol-hasinstance/643102 "2020-05-04T12:29:31Z")

</div>

---

## [Chapter 11 - pg. 131, shouldComponentUpdate question?](https://forum.kirupa.com/t/chapter-11-pg-131-shouldcomponentupdate-question/642662)

<div class="topic-metadata">

**Author:** [@estradanicolas](https://forum.kirupa.com/u/estradanicolas)\
**Replies:** 2\
**Last updated:** [May 3, 2020, 2:37pm UTC](https://forum.kirupa.com/t/chapter-11-pg-131-shouldcomponentupdate-question/642662 "2020-05-03T14:37:36Z")

</div>

Perhaps I am not understanding, which could entirely be possible. But I wanted to understand this before I move on. In the simple snippet, " if (newState.count \<5) {… " “…we check whether the new value of our id state p…

---

## [JS Tip of the Day: JSFuck](https://forum.kirupa.com/t/js-tip-of-the-day-jsfuck/643103)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 3, 2020, 11:57am UTC](https://forum.kirupa.com/t/js-tip-of-the-day-jsfuck/643103 "2020-05-03T11:57:49Z")

</div>

JSFuck Believe it or not, but you can write JavaScript with no more that 6 characters. With nothing more than using only \[\]()!+, you have the full power of JavaScript at your disposal. This is the idea behind JSFuck. …

---

## [Digging all the way to China!](https://forum.kirupa.com/t/digging-all-the-way-to-china/642663)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [May 2, 2020, 8:08pm UTC](https://forum.kirupa.com/t/digging-all-the-way-to-china/642663 "2020-05-02T20:08:46Z")

</div>

Totally worth the 5 minutes to watch till the end: :grinning:

---

## [Prob: Resizing window stacks inline divs ?](https://forum.kirupa.com/t/prob-resizing-window-stacks-inline-divs/642649)

<div class="topic-metadata">

**Author:** [@vmars316](https://forum.kirupa.com/u/vmars316)\
**Replies:** 2\
**Last updated:** [May 2, 2020, 1:50pm UTC](https://forum.kirupa.com/t/prob-resizing-window-stacks-inline-divs/642649 "2020-05-02T13:50:49Z")

</div>

Hello & Thanks ; Prob : Resizing browser window stacks inline divs ? How can I prevent this behavior ? The divs are “display: inline-block;” . I want divs to remain side by side . Code is 207 lines long , so perhaps…

---

## [JS Tip of the Day: Mixins](https://forum.kirupa.com/t/js-tip-of-the-day-mixins/643104)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 2, 2020, 2:31pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-mixins/643104 "2020-05-02T14:31:57Z")

</div>

Mixins Level: Intermediate Mixins (or mix-ins) are a way to share functionality between multiple objects or object types. Instead of being a part of an object’s static inheritance chain (as you see with normal OOP usa…

---

## [Creating Buttery Smooth Animations | KIRUPA](https://forum.kirupa.com/t/creating-buttery-smooth-animations-kirupa/636260)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 2\
**Last updated:** [May 2, 2020, 4:36am UTC](https://forum.kirupa.com/t/creating-buttery-smooth-animations-kirupa/636260 "2020-05-02T04:36:44Z")

</div>

by kirupa | 8 November 2016 For the longest time, creating smooth and highly performant animations using only web technologies was very difficult. The browsers were slow, CSS properties weren't optimized for rapi…

---

## [JS Tip of the Day: HTML ids Are Global](https://forum.kirupa.com/t/js-tip-of-the-day-html-ids-are-global/643105)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [May 1, 2020, 1:21pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-html-ids-are-global/643105 "2020-05-01T13:21:19Z")

</div>

---

## [Trading Bot using React.js](https://forum.kirupa.com/t/trading-bot-using-react-js/642624)

<div class="topic-metadata">

**Author:** [@hash](https://forum.kirupa.com/u/hash)\
**Replies:** 5\
**Last updated:** [May 1, 2020, 7:39am UTC](https://forum.kirupa.com/t/trading-bot-using-react-js/642624 "2020-05-01T07:39:56Z")

</div>

Has anyone thought about using React to build a trading bot?

---

## [Chapter 3 - Components in React](https://forum.kirupa.com/t/chapter-3-components-in-react/642650)

<div class="topic-metadata">

**Author:** [@hash](https://forum.kirupa.com/u/hash)\
**Replies:** 2\
**Last updated:** [May 1, 2020, 6:07am UTC](https://forum.kirupa.com/t/chapter-3-components-in-react/642650 "2020-05-01T06:07:15Z")

</div>

I am trying to find the error in this piece of code as the program will not display the super heroes names. Thank you in advance !! :slight\_smile:

---

## [JS Tip of the Day: Generator Prototypes](https://forum.kirupa.com/t/js-tip-of-the-day-generator-prototypes/643106)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 0\
**Last updated:** [April 30, 2020, 3:07pm UTC](https://forum.kirupa.com/t/js-tip-of-the-day-generator-prototypes/643106 "2020-04-30T15:07:22Z")

</div>

[Previous page](https://forum.kirupa.com/latest.md?page=97)

[Next page](https://forum.kirupa.com/latest.md?page=99)
