ivkeMilioner

ivkeMilioner @ivkemilioner

Location:
Beograd
Joined:
Oct 15, 2019

ivkeMilioner
articles - 39 total

Two checkboxes in a row, when I check one the other must be unchecked

https://stackoverflow.com/questions/73605050/two-checkboxes-in-a-row-when-i-check-one-the-other-must-...

Learn More 0 0Sep 5 '22

I have an error when I want to save to the redux state. A non-serializable value.

I have an error when I want to save to the redux state. A non-serializable value was detected in...

Learn More 4 5Aug 22 '22

Problem with req. query;

I'm trying to pull data from a document containing a logged-in user from the MongoDB database....

Learn More 3 0Jul 12 '22

How do I retrieve data for a logged user from MongoDb?

Hello, I want to retrieve data for a logged user from MongoDB. I did not understand the documents.

Learn More 3 0Jul 12 '22

Deconstruction to not work

Deconstruction to not work function QuziLogic({ currentQuestion, questions,...

Learn More 6 1Jun 13 '22

I need help. TypeError: Cannot read properties of undefined (reading 'current')

I need help. TypeError: Cannot read properties of undefined (reading 'current'). This is code...

Learn More 9 3Jun 12 '22

I want to show the names of all but two collections.

I want to get all the collections names I have and show them, and I want to skip two collections...

Learn More 3 0Jun 5 '22

I get err MongoInvalidArgumentError: Collection name must be a String

I get err MongoInvalidArgumentError: Collection name must be a String First function: export...

Learn More 10 0Apr 30 '22

How to read from db and save user and his score from to monogodb? Any tutorial ?

How to read from db and save user and his score from to monogodb? Any tutorial ? This is my...

Learn More 1 0Apr 30 '22

How to dynamically change collection in from client side ?

I want to change collection from client side, but I do not have sucess. import clientPromise from...

Learn More 0 0Apr 29 '22

I want to dynamically change collections, but I do not know how to pass "colletions" from components.

I want to dynamically change collections, but I do not know how to pass "colletions" from components....

Learn More 1 0Apr 29 '22

I need help with Next.js api

I want to change "collections" (string) from front end? How to do that?

Learn More 4 3Mar 28 '22

How to save state and read from firebase?

I save my state in context. How to save that state for specific user in firebase and read from...

Learn More 0 0Jan 24 '22

Material ui makes the code too crowded. Do you have any good strategies to make the code cleaner?

A post by ivkeMilioner

Learn More 2 1Jan 12 '22

Counting phrase in string.

I found a way to find repetitive words and count that words in the text. But I can't find a way to...

Learn More 3 1Dec 29 '21

Anbody working with MERN? I have error.

I have a problem with reading data from mongo. I can't find the problem. I get an empty array from...

Learn More 2 12Dec 28 '21

How to make make web site like this +

Any idea 💡 how to make website like this in javascript? https://carbon.now.sh/

Learn More 5 2Dec 23 '21

How to count phrases in text with Javascript?

I am beginner and I cannot find any source to see how to JavaScript count phrases in text. I know how...

Learn More 0 0Dec 13 '21

Work on web some function do not work in device

Mine react native app work in the web browser (react native + expo) but in android device, fetchCopie...

Learn More 6 0Apr 13 '21

How to store value from textarea in a global state? With React Hooks and the Context API ?

I want to use text from textarea in few functions, that function must be in separate files. After fu...

Learn More 0 0Mar 22 '21

Problem with implementing modal in divs.

I have a problem implementing a full-page modal in for buttons in these four divs. https://github.co...

Learn More 4 0Mar 17 '20

How to fetch prices from multiple websites?

How to fetch prices from multiple websites?

Learn More 5 0Mar 8 '20

Image overlays div-s, z-index doesn't help.

Image overlays div-s, z-index doesn't help. Please help. https://codesandbox.io/s/brave-mclean-jg73...

Learn More 8 2Feb 20 '20

React *Cannot read property 'addEventListener' of undefined*

Another problem with react. I trying to convert vanilla js to react. I have error and i do not have e...

Learn More 3 2Feb 14 '20

Hot to call this function from another component in react?

Hot to call this function from another component in react? function uCyr() { var entered_text; ent...

Learn More 6 9Feb 13 '20

How to show phrases from textarea in paragraph?

How to show phrases from textarea in paragraph? function chunkIt(str, chunk) { var words...

Learn More 7 0Dec 23 '19

How to find phrases in a string?

How to find phrases in a string?

Learn More 4 0Dec 20 '19

Let's improve this javascript app.

Let's improve this javascript app. https://github.com/ivkeMilioner/srpski-cyrillic-latinica-u-ciril...

Learn More 4 0Dec 15 '19

I have a problem, counting words didn't start from 1?

This is my code var words = input.value.match(/\s[\w\u0402-\u045f]+/ig); if (words) { wordCoun...

Learn More 5 8Dec 13 '19

How to count charters without white spaces and dots?

This is my code characterCount.innerHTML = input.value.length;

Learn More 4 1Dec 13 '19