List 7 is bon jovi still alive this week

TikTok users are messing with their parents in yet another viral prank where they’re informing their parents that singer Jon Bon Jovi has passed away, when in reality, the singer, aged 60, is very much alive in 2022.

Social media pranks are nothing new. However, this latest prank made many people concerned as it dealt with such a serious matter involving a famous personality such as Bon Jovi.

(Image via TikTok/@kbs248)

It all started when TikTok users wanted to get a reaction out of their parents upon hearing about Jovi’s death. While the parents seemed upset with the news, TikTokers deemed the reactions as hilarious and shared the videos on the platform, turning it into a trend and eventually confusing many other people.

Since Jon Bon Jovi was quite the heart-throb during the 1980s, most parents were shocked and saddened by the news. However, they were soon relieved when they found out it was only a prank.

Bon Jovi and his son Jesse Bongiovi are to participate in a “Ping Pong” championship face-off against each other on Instagram Live on December 26

Thankfully, the singer has frequently been active on social media, where he interacts with his fans. His latest Instagram post was on December 20, when he congratulated Lionel Messi on Argentina’s third win at the FIFA World Cup. Jovi was wearing an Argentina football jersey in the photo.

On Twitter, the singer retweeted a post by his band, which also goes by the name Bon Jovi. In the video, the group recorded a song wishing everyone a Happy Holiday.

Jovi and his son Jesse Bongiovi are scheduled to compete against each other to grab this year’s championship title in “Ping Pong” on Monday, December 26. The face-off will be recorded on Instagram Live.

The father and son are the founders of the wine and spirit brand, Hampton Water Rosé, which posted a video on Instagram on December 23, announcing the rematch between Jovi and Jesse. In the video, the latter gives Jovi a wrapped present. On unwrapping it, Jovi gets the Ping Pong championship cup, where his initials are engraved as the winner for the previous two years.

While Jon shows off the trophy in the post, his son announces that the match is on the day after Christmas. Jon responds by beckoning his son to bring the camera closer and then he whispers that Jesse doesn’t scare him. In a playful father-son banter, Jesse wrote in the comment section:

In conclusion, the TikTok prank of telling parents that “Jon Bon Jovi is dead” doesn’t have anything to do with reality. However, this is also not the first time TikTokers have pulled such a prank to see how others react.

Previously, in a trending TikTok prank, parents were asking their children to get ready all of a sudden because their neighbor was coming over to have a fight.

Luckily for this latest TikTok prank, parents can immediately confirm the truthfulness of the news by checking Jovi’s socials where the man’s recent posts show up as a confirmation of his good health and his alive status.

Jovi’s band, Bon Jovi, recently went on their Spring 2022 tour. The singer hasn’t yet announced any information about their 2023 plans.

‘; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ‘ votes’; } function updatePollCountOnAnswer(selectedOption) { var pollData = pollDataDefault; renderPollWidget(pollData, selectedOption, true); } function renderPollWidget(pollData, selectedOption, isAnswered) { if (!pollData) return; pollData.option1_count = pollData.option1_count || 0; pollData.option2_count = pollData.option2_count || 0; pollData.option3_count = pollData.option3_count || 0; pollData.option4_count = pollData.option4_count || 0; if (isAnswered) { if (selectedOption == “option1”) pollData.option1_count += 1; if (selectedOption == “option2”) pollData.option2_count += 1; if (selectedOption == “option3”) pollData.option3_count += 1; if (selectedOption == “option4”) pollData.option4_count += 1; } if (isAnswered || selectedOption) { var predictorPromotionalBannerContainer = $(“.predictor-contest-banner-container.Article-poll”); if (predictorPromotionalBannerContainer) { removeClass(predictorPromotionalBannerContainer, “hidden”); } } var totalVotes = Number(pollData.option1_count + pollData.option2_count + pollData.option3_count + pollData.option4_count); if (totalVotes && !Number.isNaN(totalVotes)) { var option1Percent = pollData.option1_count / totalVotes * 100; var option2Percent = pollData.option2_count / totalVotes * 100; var option3Percent = pollData.option3_count / totalVotes * 100; var option4Percent = pollData.option4_count / totalVotes * 100; var optionPercentages = [option1Percent, option2Percent, option3Percent, option4Percent]; var pollOptions = $(“#poll-options”); var pollCount = $(“#poll-count”); var pollOptionsDom = ”; var optionsArray = [‘option1’, ‘option2’]; if (pollData.option3 !== “” && pollData.option3 !== null) { optionsArray.push(‘option3’) } if (pollData.option4 !== “” && pollData.option4 !== null) { optionsArray.push(‘option4’) } optionsArray.forEach(function (option, index) { var clickHandler = ‘onclick=”answerPoll(event, ” + option + ”)”‘; var optionClass = [‘poll-option’]; if (selectedOption) { optionClass.push(‘poll-option-answered’); clickHandler = ”; } if (selectedOption === option) { optionClass.push(‘poll-option-selected’); } pollOptionsDom += ”; if (selectedOption) { var widthPercentage = optionPercentages[index] < 5 && optionPercentages[index] != 0 ? 5 : optionPercentages[index]; if (selectedOption === option) { if (widthPercentage > 97) { pollOptionsDom += ”; } else { pollOptionsDom += ”; } } else { if (widthPercentage > 97) { pollOptionsDom += ”; } else { pollOptionsDom += ”; } } } pollOptionsDom += ‘

‘ + pollData[option] + ‘

‘; if (selectedOption) { pollOptionsDom += ‘

‘ + Math.round(optionPercentages[index]) + ‘%

‘; } pollOptionsDom += ”; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ‘ votes’; if (totalVotes > 10) { pollCount.classList.remove(“hidden”); } trackArticlePollImpression(pollData); } } function answerPoll(e, selectedOption) { e.preventDefault(); try{ permutive.track(‘PollResponse’,{ “pagetype”: “Articlepage”, “category”: “SK POP”, “answer”: { “text”: e.target.textContent }, “question”: { “text”: pollDataDefault.question } }); } catch (err) { console.log(err); } updatePollCountOnAnswer(selectedOption); var isDesktop = “1”; var gaPayload = { “question” : pollDataDefault.question, “answer” : e.target.textContent, “answer_option” : selectedOption.replace(“option”, “Option “), “category”: “SK POP”, “page_location”: window.location.href, } if (isDesktop) { gaPayload[“device”] = “Desktop”; } else { gaPayload[“device”] = “Mobile”; } gtag(“event”, “ARTICLE_POLL_RESPONSE”, gaPayload); var url = ‘https://a-gotham.sportskeeda.com/polls//response’; var data = { “poll_type”: “article”, “option”: selectedOption } pureJSAjaxPost(url, data, onPollResponseSuccess.bind(this, selectedOption), onPollResponseFail.bind(this, selectedOption), null, false); } function trackSponsoredLinkClick(e) { } var articlePollImpressionTracked = false; function trackArticlePollImpression(pollData) { var pollElement = $(“#poll”); var intersectionObserverForArticlePoll = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { if (articlePollImpressionTracked) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return; setTimeout(function() { if (isInViewport(entry.target)) { articlePollImpressionTracked = true; var isDesktop = “1”; var gaPayload = { “question” : pollData.question, “category”: “SK POP”, “page_url”: window.location.href, } if (isDesktop) { gaPayload[“device”] = “Desktop”; } else { gaPayload[“device”] = “Mobile”; } gtag(“event”, “ARTICLE_POLL_IMPRESSION”, gaPayload); intersectionObserverForArticlePoll.unobserve(entry.target); } }, 1000); }); }, { threshold: 0.5 } ); if (pollElement){ var isAnswered = pollElement.querySelector(“.poll-option-answered”); if (!isAnswered) { intersectionObserverForArticlePoll.observe(pollElement); } } }

Top 7 is bon jovi still alive Synthesized by BSS news

Jon Bon Jovi facts: Singer's age, wife, children, songs and net worth revealed

  • : smoothradio.com
  • : 04/13/2023
  • : 4.89 (817 vote)
  • : Jon Bon Jovi was born on March 2, 1962. He celebrated his 60th birthday in 2022. Full name John Francis Bongiovi Jr, he was born in Perth Amboy, …

Is Bon Jovi Still Alive 2022? Bon Jovi Biography, Height, Weight, Net Worth, And More!

  • : latestnews.fresherslive.com
  • : 02/28/2023
  • : 4.7 (464 vote)
  • : However, the june 2022 report has confirmed that Bon Jovi who is the frontman is still healthy. Hundreds of followers instantly began posting …

Jon Bon Jovi Responds to Death Rumors

  • : rollingstone.com
  • : 01/04/2023
  • : 4.49 (549 vote)
  • : Well, now Jon Bon Jovi knows for certain: he’s wanted dead or alive. Yesterday, rumors abounded on Twitter and Facebook about the Bon Jovi …

Jon Bon Jovi Dead or Alive | Latest News

  • : ecyberplanet.com
  • : 12/14/2022
  • : 4.2 (468 vote)
  • : We found that he is Safe and Alive, and the rumor forwarding on Social Media is totally fake. For any correction or change please feel free to contact at mail.

No, Bon Jovi is not dead, singer is alive and well in 2022

  • : hitc.com
  • : 03/04/2023
  • : 4.17 (425 vote)
  • : No, Bon Jovi is not dead. Several people thought the singer has died because of a TikTok prank. We assure you he is alive and well in 2022.

Jon Bon Jovi alive and well after surviving TikTok Christmas celebrity death prank

  • : app.com
  • : 12/20/2022
  • : 3.92 (528 vote)
  • : We have good news for you – Jon Bon Jovi is alive and well, despite what TikTok says. The Sayreville-born rocker was included in the morbid …

“Jon Bon Jovi dead 2023” : Bon Jovi frontman killed by internet death hoax

  • : en.mediamass.net
  • : 12/19/2022
  • : 3.59 (490 vote)
  • : He’s still alive and well, stop believing what you see on the Internet,” they said. Some fans have expressed anger at the fake report saying it was reckless, …

Related Posts

It’s true! Crossword Clue

We have the answer for It’s true! crossword clue if you need help figuring out the solution! Crossword puzzles can introduce new words and concepts, while helping…

Activist who co-founded Black Lives Matter Crossword Clue NYT

Activist who co-founded Black Lives Matter Crossword Check Activist who co-founded Black Lives Matter Crossword Clue here, NYT will publish daily crosswords for the day. Players who…

Contraband Police review — The choice is yours

Video contraband police murder mystery I’ve heard a lot of bluster from developers about how choices in their game matter. A lot of the time, players are…

Something that’s cracked and gross Crossword Clue NYT

Something that’s cracked and gross Crossword Check Something that’s cracked and gross Crossword Clue here, NYT will publish daily crosswords for the day. Players who are stuck…

Uses X-ray vision on crossword clue

Posted on December 25, 2022 at 12:00 AM Thank you for visiting our website! Below you will be able to find the answer to Uses X-ray vision…

John Mulaney: My ‘star-studded’ intervention ‘saved my life’

Video people at john mulaney intervention John Mulaney channeled his rock bottom into a new comedy special. The 40-year-old comedian detailed his addiction struggles, time in rehab…