Jason Wu
@MasterwuYT
I am a small content creator on youtube called Masterwu. I do lots of mobile gaming. I hope I can make a change in the future. so please sub
I am making a webpage for one of my school webpages and I need help with making a search engine and a responsive search bar with autocomplete someone
HTML, CSS, JS
ruiwenge2 well, you can make a list of books like this:
var books = ["Harry Potter", "Percy Jackson"];
next you need to see if the search value is included in the books:
var value = document.querySelector("input").value;
for(let i of books){
if(i.toLowerCase().includes(value.toLowerCase()){
alert("there is a book called " + i);
}
}
`2 years ago
0
digital book template it is a digital book template that can be used very easily!
0
0
0
0
youtube channel pagemy youtube page i created!!!Lets get to 500 subscribers
2
0
0
robowolf Ok. It seems that you would like a machine learning model. The first thing is to identify what the goal of this AI is. There are many algorithms to choose from. For example, for time series prediction, you might want to use a Long Short Term Memory model. For classification try a KNN model.2 years ago
I am trying to recreate among us on python only with text but I need pros to help me so, everyone who sees this plz consider helping. those who do, pl
Python
so,I made a exlist with 9 crewmates and 1 imposter,It randomly chooses a roller for you,Then I need to call it again later in the code,How do I do tha
Python
MasterwuYT by making the random choice into a variable then I can call it anytime I need it!2 years ago