python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Creating objects inside the Constructor
I am in the process of understanding various keywords. I got stuck with 'new' keyword. My question is that, why is there a need to create objects of the classes inside the Constructor. Would it make a...
Henrik.A
Votes: 0
Answers: 0
Specific purpose language in cpp, having trouble defining keyword
I want to make a specific purpose language in cpp and i am looking to make this syntax:
let name2 = object[ values val1, val2, val3... ];
Where both let, object and values are keywords.
My first appr...
Kretz
Votes: 0
Answers: 0
Search key words in a sentence (Python)
I have following codes:
import re
sentences=['the Research and development cost of the year']
rdterms=['research and development']
rdterms_regex = [re.compile(r'\b' + term + r'\b')
...
Julie
Votes: 0
Answers: 1
When YouTube api chart changed , mostPopular To bts , why it is not working
useEffect(() => {
axios
.get(https://www.googleapis.com/youtube/v3/videos?part=snippet%2CcontentDetails%2Cstatistics&chart=mostPopular&maxResults=8®ionCode=KR&key=${process.env.R...
Jay Lim
Votes: 0
Answers: 1