# Latest

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

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

**Page:** 76

---

## [Localstorage not getting cleared by window.localStorage.clear() JavaScript?](https://forum.kirupa.com/t/localstorage-not-getting-cleared-by-window-localstorage-clear-javascript/655543)

<div class="topic-metadata">

**Author:** [@polaryeti](https://forum.kirupa.com/u/polaryeti)\
**Replies:** 5\
**Last updated:** [December 17, 2022, 2:08pm UTC](https://forum.kirupa.com/t/localstorage-not-getting-cleared-by-window-localstorage-clear-javascript/655543 "2022-12-17T14:08:02Z")

</div>

Initial code is here: It’s the project that I’m trying to understand. It’s the javascript that I’m concerned. I tweaked the Javascript code to this: var count = 0; function increaseCounter() { count += 1; window.…

---

## [No, you can't use React, GreenSock, GitHub, or...😱](https://forum.kirupa.com/t/no-you-cant-use-react-greensock-github-or/655443)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 12\
**Last updated:** [December 16, 2022, 5:55am UTC](https://forum.kirupa.com/t/no-you-cant-use-react-greensock-github-or/655443 "2022-12-16T05:55:12Z")

</div>

Pardon the provocative title! :stuck\_out\_tongue: My latest newsletter just went out where I talk about the challenges you may face trying to build something in a large organization:

---

## [JAVASCRIPT: return statement in normal vs arrow functions.](https://forum.kirupa.com/t/javascript-return-statement-in-normal-vs-arrow-functions/655506)

<div class="topic-metadata">

**Author:** [@polaryeti](https://forum.kirupa.com/u/polaryeti)\
**Replies:** 2\
**Last updated:** [December 16, 2022, 2:32am UTC](https://forum.kirupa.com/t/javascript-return-statement-in-normal-vs-arrow-functions/655506 "2022-12-16T02:32:00Z")

</div>

Source code: How to use the JavaScript filter array method? - Flexiple Tutorials let freelancers = \[{name: "Harry", skill: "JavaScript"},{name: "Mark", skill: "Python"},{name: "David", skill:"JavaScript"}\]; let javascr…

---

## [Error](https://forum.kirupa.com/t/error/655491)

<div class="topic-metadata">

**Author:** [@Ruslan0308c](https://forum.kirupa.com/u/Ruslan0308c)\
**Replies:** 1\
**Last updated:** [December 14, 2022, 6:37pm UTC](https://forum.kirupa.com/t/error/655491 "2022-12-14T18:37:17Z")

</div>

Error - React! React! React! (kirupa.com)

---

## [What strings does this regex matches ? (a|b)\*](https://forum.kirupa.com/t/what-strings-does-this-regex-matches-a-b/655472)

<div class="topic-metadata">

**Author:** [@polaryeti](https://forum.kirupa.com/u/polaryeti)\
**Replies:** 5\
**Last updated:** [December 14, 2022, 12:11pm UTC](https://forum.kirupa.com/t/what-strings-does-this-regex-matches-a-b/655472 "2022-12-14T12:11:45Z")

</div>

regepxal is showing infinite matches and shows “baaaaaaa” as a match. Doesn’t (a|b) means a or b? means match 0 or more times. So, it should be matching aa,aaa,bb,bbb, , etc? I’m not getting how baaaa is a match. Can …

---

## [What is better to use in JSX?](https://forum.kirupa.com/t/what-is-better-to-use-in-jsx/655468)

<div class="topic-metadata">

**Author:** [@Ruslan0308c](https://forum.kirupa.com/u/Ruslan0308c)\
**Replies:** 2\
**Last updated:** [December 14, 2022, 11:51am UTC](https://forum.kirupa.com/t/what-is-better-to-use-in-jsx/655468 "2022-12-14T11:51:41Z")

</div>

Hello, I recently started learning React and I’m wondering what is better to use in JSX, a function or a class. I will be glad if you answer and explain why it is better.

---

## [Thanks for the books](https://forum.kirupa.com/t/thanks-for-the-books/655469)

<div class="topic-metadata">

**Author:** [@Ruslan0308c](https://forum.kirupa.com/u/Ruslan0308c)\
**Replies:** 1\
**Last updated:** [December 14, 2022, 1:04am UTC](https://forum.kirupa.com/t/thanks-for-the-books/655469 "2022-12-14T01:04:28Z")

</div>

Thank you Kirupa for the books. I read with pleasure. I have your JavaScript and React books, I will buy 2 more books soon. And by the way, I have a question, book “Arrays From Noob to Ninja” there on JS? And when will t…

---

## [Что лучше использовать в JSX?](https://forum.kirupa.com/t/jsx/655464)

<div class="topic-metadata">

**Author:** [@Ruslan0308c](https://forum.kirupa.com/u/Ruslan0308c)\
**Replies:** 1\
**Last updated:** [December 13, 2022, 5:44pm UTC](https://forum.kirupa.com/t/jsx/655464 "2022-12-13T17:44:52Z")

</div>

Здравствуйте, я недавно начал изучать React и мне вот интересно что лучше использовать в JSX, функцию или класс. Буду рад если ответите и объясните почему это лучше.

---

## [How do I think about recursion.](https://forum.kirupa.com/t/how-do-i-think-about-recursion/655414)

<div class="topic-metadata">

**Author:** [@polaryeti](https://forum.kirupa.com/u/polaryeti)\
**Replies:** 4\
**Last updated:** [December 13, 2022, 3:40am UTC](https://forum.kirupa.com/t/how-do-i-think-about-recursion/655414 "2022-12-13T03:40:26Z")

</div>

I got the idea for problems like factorials or finding sum from 1 to n, where there’s a pattern visible. Like this: Source:https://99x.io/blog/recursion-is-not-hard-here-is-the-right-way-to-think But I’m confused fo…

---

## [Sanjay Pasari: Guess the number game](https://forum.kirupa.com/t/sanjay-pasari-guess-the-number-game/655296)

<div class="topic-metadata">

**Author:** [@sanjaypasari](https://forum.kirupa.com/u/sanjaypasari)\
**Replies:** 3\
**Last updated:** [December 11, 2022, 4:32pm UTC](https://forum.kirupa.com/t/sanjay-pasari-guess-the-number-game/655296 "2022-12-11T16:32:56Z")

</div>

Hello People, I am Sanjay Pasari from India. Check out this number game, its amazing.

---

## [Looking for a backend developer](https://forum.kirupa.com/t/looking-for-a-backend-developer/654182)

<div class="topic-metadata">

**Author:** [@tbo](https://forum.kirupa.com/u/tbo)\
**Replies:** 5\
**Last updated:** [October 25, 2022, 3:56am UTC](https://forum.kirupa.com/t/looking-for-a-backend-developer/654182 "2022-10-25T03:56:30Z")

</div>

Where would you recommend finding a back-end developer other than posting a position on the standard job search websites like indeed etc? Looking for someone full-time remote

---

## [Newbie Here](https://forum.kirupa.com/t/newbie-here/655387)

<div class="topic-metadata">

**Author:** [@advologysolution](https://forum.kirupa.com/u/advologysolution)\
**Replies:** 2\
**Last updated:** [December 9, 2022, 4:19pm UTC](https://forum.kirupa.com/t/newbie-here/655387 "2022-12-09T16:19:23Z")

</div>

Hello Everyone, I am a newbie here. I am social media manager in a firm named, Advology Solution - advologysolution\[dot\]com

---

## [I'm getting a simplified version of emojis](https://forum.kirupa.com/t/im-getting-a-simplified-version-of-emojis/653682)

<div class="topic-metadata">

**Author:** [@Aaron\_H](https://forum.kirupa.com/u/Aaron_H)\
**Replies:** 7\
**Last updated:** [December 9, 2022, 3:49am UTC](https://forum.kirupa.com/t/im-getting-a-simplified-version-of-emojis/653682 "2022-12-09T03:49:42Z")

</div>

My emojis are rendering flat when pasted into my code editor. Meaning that they lack gradients. I attached a screenshot. If I insert them through CSS they look fine. Thanks for the help! Below is the correct heart(CSS…

---

## [Funny space ideas lol](https://forum.kirupa.com/t/funny-space-ideas-lol/655332)

<div class="topic-metadata">

**Author:** [@AmiiboAmigos](https://forum.kirupa.com/u/AmiiboAmigos)\
**Replies:** 1\
**Last updated:** [December 8, 2022, 5:18am UTC](https://forum.kirupa.com/t/funny-space-ideas-lol/655332 "2022-12-08T05:18:03Z")

</div>

I’m making this small website with a few video games. I’ve decided it’s going to be space themed, buuuut I feel like I should add something funny on the Index page. So, do you guys have any funny, space related ideas? …

---

## [Need help with switching image files for a Flappy Bird type game](https://forum.kirupa.com/t/need-help-with-switching-image-files-for-a-flappy-bird-type-game/655133)

<div class="topic-metadata">

**Author:** [@AmiiboAmigos](https://forum.kirupa.com/u/AmiiboAmigos)\
**Replies:** 19\
**Last updated:** [December 7, 2022, 2:39am UTC](https://forum.kirupa.com/t/need-help-with-switching-image-files-for-a-flappy-bird-type-game/655133 "2022-12-07T02:39:06Z")

</div>

Hey peeps! Im working on this college project and I’m having trouble trying to switch between two different image files for a game. It’s supposed to switch between a Rocket (with flames) when clicking the accelerate bu…

---

## [Ensuring Consistent Animation Speeds](https://forum.kirupa.com/t/ensuring-consistent-animation-speeds/655241)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [December 6, 2022, 2:04am UTC](https://forum.kirupa.com/t/ensuring-consistent-animation-speeds/655241 "2022-12-06T02:04:04Z")

</div>

I’ve been writing and re-writing this article a few times already, but I think this is the version that is going to stick!

---

## [Desiging an eCommerce Site](https://forum.kirupa.com/t/desiging-an-ecommerce-site/64131)

<div class="topic-metadata">

**Author:** [@SeiferTim](https://forum.kirupa.com/u/SeiferTim)\
**Replies:** 1\
**Last updated:** [September 13, 2004, 9:49pm UTC](https://forum.kirupa.com/t/desiging-an-ecommerce-site/64131 "2004-09-13T21:49:25Z")

</div>

I wasn't sure if this was the best place to put this, but we'll see if any Mods move it \[wink\] This is more of an insight-seeking question, as opposed to a "give me the right answer" question. I want to start buil…

---

## [Best course on bootstrap to learn bootstrap for someone who requires more mentoring?](https://forum.kirupa.com/t/best-course-on-bootstrap-to-learn-bootstrap-for-someone-who-requires-more-mentoring/655009)

<div class="topic-metadata">

**Author:** [@polaryeti](https://forum.kirupa.com/u/polaryeti)\
**Replies:** 10\
**Last updated:** [December 3, 2022, 5:58pm UTC](https://forum.kirupa.com/t/best-course-on-bootstrap-to-learn-bootstrap-for-someone-who-requires-more-mentoring/655009 "2022-12-03T17:58:30Z")

</div>

I’m struggling with frontend. Although my basics of html,css are clear, I’m having trouble in building websites and I’m just putting baby steps towards it(made my first simple html css site today). Thus a guidance from a…

---

## [just want to say Hello! 1st time member here!](https://forum.kirupa.com/t/just-want-to-say-hello-1st-time-member-here/655131)

<div class="topic-metadata">

**Author:** [@AmiiboAmigos](https://forum.kirupa.com/u/AmiiboAmigos)\
**Replies:** 2\
**Last updated:** [December 2, 2022, 4:14am UTC](https://forum.kirupa.com/t/just-want-to-say-hello-1st-time-member-here/655131 "2022-12-02T04:14:11Z")

</div>

Hello! just created a new account here. really excited to meet you all! I’m currently taking a class in javascript and hopefully I can get some pointers and learn from you guys!

---

## [Google Doodle on Jerry Lawson!](https://forum.kirupa.com/t/google-doodle-on-jerry-lawson/655134)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [December 2, 2022, 4:03am UTC](https://forum.kirupa.com/t/google-doodle-on-jerry-lawson/655134 "2022-12-02T04:03:01Z")

</div>

If you like fun computer history, 8-bit pixelart (who wouldn’t?), and want to play some fun interactive games, check out today’s Google doodle! :stuck\_out\_tongue: https://twitter.com/kirupa/status/1598526695572934656

---

## [Essential Web Designer Resources](https://forum.kirupa.com/t/essential-web-designer-resources/172137)

<div class="topic-metadata">

**Author:** [@bigmtnskier](https://forum.kirupa.com/u/bigmtnskier)\
**Replies:** 0\
**Last updated:** [December 11, 2005, 9:29pm UTC](https://forum.kirupa.com/t/essential-web-designer-resources/172137 "2005-12-11T21:29:47Z")

</div>

I have started to compile a list of some of the web's best resources for designers. I figure that it could be helpful for a fair amount of people. If you want me to add anything, just post it \[smiley\] It must be free t…

---

## [Local operation is trying to communicate with this Internet-enabled location](https://forum.kirupa.com/t/local-operation-is-trying-to-communicate-with-this-internet-enabled-location/316682)

<div class="topic-metadata">

**Author:** [@Paerin](https://forum.kirupa.com/u/Paerin)\
**Replies:** 5\
**Last updated:** [December 1, 2022, 12:24pm UTC](https://forum.kirupa.com/t/local-operation-is-trying-to-communicate-with-this-internet-enabled-location/316682 "2022-12-01T12:24:59Z")

</div>

Hi, I'm very new to flash, only just started learning how to do a banner adv with links just 30 min ago. I am almost there, exported the movie and clicked on the image but got this message instead. Macromedia Fl…

---

## [Remote 3d presentations](https://forum.kirupa.com/t/remote-3d-presentations/654965)

<div class="topic-metadata">

**Author:** [@tbo](https://forum.kirupa.com/u/tbo)\
**Replies:** 4\
**Last updated:** [November 29, 2022, 3:36pm UTC](https://forum.kirupa.com/t/remote-3d-presentations/654965 "2022-11-29T15:36:36Z")

</div>

A few months ago I read something about this but I don’t remember what it was. If I were to screen share during a virtual meeting, the video frame rate is not quite high enough to showcase a games performance. I can’t …

---

## [Stuck on getters setters](https://forum.kirupa.com/t/stuck-on-getters-setters/654142)

<div class="topic-metadata">

**Author:** [@Groundhog](https://forum.kirupa.com/u/Groundhog)\
**Replies:** 6\
**Last updated:** [October 20, 2022, 4:31pm UTC](https://forum.kirupa.com/t/stuck-on-getters-setters/654142 "2022-10-20T16:31:31Z")

</div>

I took a piece of Absolute Beginner’s Guide, chapter 17 on getters/setters and tried to run it. What-the-hey? unexpected token ‘set’ .

---

## [I simplified @Kirupa's webcam access in browser code by about 20%](https://forum.kirupa.com/t/i-simplified-kirupas-webcam-access-in-browser-code-by-about-20/655016)

<div class="topic-metadata">

**Author:** [@yakun-hu](https://forum.kirupa.com/u/yakun-hu)\
**Replies:** 2\
**Last updated:** [November 28, 2022, 5:53am UTC](https://forum.kirupa.com/t/i-simplified-kirupas-webcam-access-in-browser-code-by-about-20/655016 "2022-11-28T05:53:45Z")

</div>

\<p\>\<video autoplay="true" id="videoElement"\>\</video\>\</p\> \<button type="button" id="start" onclick="cam\_on()"\>Cam-on\</button\> \<script\> var video = document.querySelector("#videoElement"); function cam\_on() { stream = navi…

---

## [Which is your favorite artist?](https://forum.kirupa.com/t/which-is-your-favorite-artist/654978)

<div class="topic-metadata">

**Author:** [@noragray](https://forum.kirupa.com/u/noragray)\
**Replies:** 2\
**Last updated:** [November 25, 2022, 7:49pm UTC](https://forum.kirupa.com/t/which-is-your-favorite-artist/654978 "2022-11-25T19:49:46Z")

</div>

Selena Gomez is one of my favorite singers. I’ve been rooting for her ever since I heard her song “Who Says?” Her songs are relatable, and I think she’s cute. Everything about her appeals to me. I was thrilled when she r…

---

## [issue with an article using document.createElement("script") giving me an error](https://forum.kirupa.com/t/issue-with-an-article-using-document-createelement-script-giving-me-an-error/654894)

<div class="topic-metadata">

**Author:** [@Mark\_Edwards](https://forum.kirupa.com/u/Mark_Edwards)\
**Replies:** 13\
**Last updated:** [November 25, 2022, 1:07am UTC](https://forum.kirupa.com/t/issue-with-an-article-using-document-createelement-script-giving-me-an-error/654894 "2022-11-25T01:07:49Z")

</div>

Loading Script Files Dynamically hello - when i enter the following lines from this article: let myScript = document.createElement("script"); myScript.setAttribute("src", "https://cdn.socket.io/4.5.3/socket.io.js"); do…

---

## [Notion AI](https://forum.kirupa.com/t/notion-ai/654951)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [November 23, 2022, 6:54pm UTC](https://forum.kirupa.com/t/notion-ai/654951 "2022-11-23T18:54:06Z")

</div>

I am consistently impressed by all the AI assistants coming online to help simplify a lot of our tasks! My favorite note taking app is joining this club: Check out the video there. It shows a lot of great potential …

---

## [What is this doing animation doing?](https://forum.kirupa.com/t/what-is-this-doing-animation-doing/654732)

<div class="topic-metadata">

**Author:** [@polaryeti](https://forum.kirupa.com/u/polaryeti)\
**Replies:** 1\
**Last updated:** [November 23, 2022, 12:09pm UTC](https://forum.kirupa.com/t/what-is-this-doing-animation-doing/654732 "2022-11-23T12:09:20Z")

</div>

@keyframes moving { 0% { transform: translateX(500px); } 50% { transform: translateX(1000px); } 100% { transform: translate(1000px, 500px); } } I understand from and to type animations. But I don…

---

## [Whether website speed important for business website?](https://forum.kirupa.com/t/whether-website-speed-important-for-business-website/637265)

<div class="topic-metadata">

**Author:** [@Rajeshwari](https://forum.kirupa.com/u/Rajeshwari)\
**Replies:** 2\
**Last updated:** [November 4, 2022, 1:39pm UTC](https://forum.kirupa.com/t/whether-website-speed-important-for-business-website/637265 "2022-11-04T13:39:03Z")

</div>

Hi, Nowadays every business handled website to reach customers and sell their product easily. Here my question is normally website speed is one of the feature for every business, whether It’s important for any website. H…

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

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