How To Build A Random Quote Generator?

You should start by naming the empty folder that you create on your devices ″Random Quote Generator.″ Launch Visual Studio Code or any other text editor of your choosing, and create the following files within the folder: index.html, style.css, and quotes.js.This will allow you to construct a Random Quote Generator.In the following stage, you will begin the process of constructing the hierarchy of the homepage.

Are the quotes in the code randomly generated?

If you take a look at the code, you will notice that the quotation marks are not created in any way that is related to randomness; rather, they iterate from the first to the last and back again. That was a decision I made on purpose when designing the website.

How do I display random quotes on my screen?

When you press the button, it will bring up a quotation that is chosen at random on your screen. You can press the button an unlimited number of times. At each occurrence, the currently displayed quotation need to be replaced with a new one. You are free to include whatever number of quotations that you choose into the quotes array.

You might be interested:  What Is A Meaningful Quote From Edgar Allan Poe?

How do I add a quote generator to an HTML document?

Contents between tags will show up on the projects tab when opened in a browser. During the first step, we also need to make sure to link the javascript.js file at the bottom of the HTML document right before the closing <body> tag. Secondly, we created an </p> <h1> element with “Simple Quote Generator” within it.</p> <h2><span id="How_do_I_retrieve_a_random_quote_from_an_array">How do I retrieve a random quote from an array?</span></h2> <p>We now know that in order to extract a random quotation from an array, it is necessary for us to generate a random number each time the user clicks on the button that is located on the page.Then, we would make use of that random number to obtain a quotation from the array, and then we would paste that quote onto the HTML document, which would then cause the quote to be shown on the user’s browser.That wraps it up!</p> <h2><span id="How_to_generate_Random_quote_in_JavaScript">How to generate Random quote in JavaScript?</span></h2> <p>First, you’ll need to create a function called getNewQuote ().</p> <ol> <li>The constant getNewQuote should be updated to read async () => ″code to be run″</li> <li>GetNewQuote is a constant that is assigned to an asynchronous function. /API for Quotes: var url = ‘https://type.fit/api/quotes’</li> <li>/ Fetch the Data from the API: const response = await fetch(url)</li> <li>Const allQuotes = await response.</li> <li>Math is same to constant indx</li> </ol> <p style='text-align: center;'><div class="rll-youtube-player" data-src="https://www.youtube.com/embed/pbWHp63-V3c&" data-id="pbWHp63-V3c" data-query=""></div><noscript><iframe title='YouTube video player' src='https://www.youtube.com/embed/pbWHp63-V3c\u0026t=167s' width='700' height='400' frameborder='0' allowfullscreen='allowfullscreen'></iframe></noscript></p> <h2><span id="How_do_you_make_a_quote_generator_in_Python">How do you make a quote generator in Python?</span></h2> <p>We will be utilizing the quote function that is included in the quote module in order to produce a random quotation. When using the quote feature, you will need to provide a keyword in order to search for the quotations. In addition, we set the limit value to a number that would restrict the total number of created quotations.</p> <h2><span id="How_do_you_generate_a_random_number_in_HTML">How do you generate a random number in HTML?</span></h2> <p>″how to create random number in html″ is a question that can be found on Code Answers.</p> <ol> <li>/To genereate a number between 0-1</li> <li>Random()</li> <li>In Mathematics</li> <li>To produce a number that is a whole number rounded down to the nearest integer</li> <li>Floor(Math. random())</li> <li>Math. random()</li> <li>*In order to get a number that is a full number that is rounded down between</li> <li>1 and 10 */</li> <li>Floor(Math</li> </ol> <h2><span id="What_are_famous_sayings">What are famous sayings?</span></h2> <ol> <li>The World’s Most Famous Sayings If you don’t try, you’ll miss one hundred percent of your shots. –</li> <li>You are correct in either your belief that you can or that you cannot do anything. –</li> <li>Over the years, I’ve gained the understanding that having one’s mind already made up helps to alleviate worry. –</li> <li>Although I cannot alter the course of history by myself, I can certainly make a splash in the water and set off a chain reaction. –</li> </ol> <h2><span id="What_are_some_popular_quotes">What are some popular quotes?</span></h2> <ol> <li>The Most Well-Known Quotations ″The brave shall inherit the earth.″ – Virgil. Life is what occurs while you’re too busy making other plans to pay attention to it.</li> <li>It has been said that ″time is money.″ – Benjamin Franklin.</li> <li>″I arrived, I saw, I conquered.″ – Julius Caesar.</li> <li>″When life hands you lemons, create lemonade.″ – Elbert Hubbard.</li> <li>″Just be who you are if you want to enjoy life.″ – A work by Leo Tolstoy</li> </ol> <h2><span id="What_are_the_best_inspirational_quotes">What are the best inspirational quotes?</span></h2> <ol> <li>Brief words of inspiration from others ″Having even just one optimistic thought first thing in the morning may completely transform your day.″ —</li> <li>″Opportunities do not present themselves</li> <li>Rather, you make them.″ —</li> <li>″Love your family, work really hard, and live the life you’ve always dreamed of living.″ —</li> <li>It is never too late to become what you have the potential to become in the past. —</li> </ol> <h2><span id="How_do_you_make_a_guessing_game_number_in_Python">How do you make a guessing game number in Python?</span></h2> <p>Putting code in your chosen text editor import random num = random. randint (1, 10) guess equals to nothing while guessing! = num: guess is equal to the input function ″guess a number between 1 and 10:″ estimate equals ″int″ (guess) if guess is equal to num, then print (‘ congrats! you won!</p> <h2><span id="How_do_you_generate_random_numbers">How do you generate random numbers?</span></h2> <p>Computers have the ability to produce numbers that are completely unpredictable by first watching data from the outside world, such as the motions of a mouse or the sounds of a fan, and then synthesizing data from that observation.This concept is referred to as entropy.At other instances, they create numbers that are said to be ″pseudorandom″ by employing an algorithm that makes the results look random even when they aren’t.</p> <h2><span id="What_does_math_random_do">What does math random () do?</span></h2> <p>The random() function in mathematics provides a floating-point, pseudo-random number in the range 0 to less than 1 (inclusive of 0, but not 1) with nearly uniform distribution across that range. You may then scale this number to the range that you want it to be in.</p> <h2><span id="How_does_Lua_generate_random_numbers">How does Lua generate random numbers?</span></h2> <p>Use the following to generate attractive random numbers: os.math. random, math. randomseed, and math. randomseed</p> <ol> <li>When given no parameters, the Random() function produces a real integer between 0 and 1</li> <li>Random(upper) creates integer values between 1 and upper, including both numbers in the range</li> <li>Random(lower, upper) produces integer integers between lower and upper, including both of those ranges in its output</li> </ol> <div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3C/svg%3E" width="100" height="100" alt="" itemprop="image" data-lazy-src="https://punjabistatuss.com/wp-content/uploads/2022/06/Gina-Hicks-e1656067569870.png"><noscript><img src="https://punjabistatuss.com/wp-content/uploads/2022/06/Gina-Hicks-e1656067569870.png" width="100" height="100" alt="" itemprop="image"></noscript></div><div class="saboxplugin-authorname"><a href="https://punjabistatuss.com/author/authorsite" class="vcard author" rel="author" itemprop="url"><span class="fn" itemprop="name">Gina Hicks</span></a></div><div class="saboxplugin-desc"><div itemprop="description"></div></div><div class="clearfix"></div></div></div> </div><!-- .entry-content --> <div class="entry-footer"> <span class="entry-tags"> </span><!-- .entry-tags --> </div><!-- .entry-footer --> </article><!-- #post-## --> <div class="entry-related"> <h3>Related Posts</h3> <div class="content-loop related-loop clear"> <div id="post-192995" class="post-192995 post type-post status-publish format-standard hentry category-quotes"> <div class="entry-header"> <h2 class="entry-title"><a href="https://punjabistatuss.com/quotes/how-do-you-quote-something-that-is-already-quoted.html">How Do You Quote Something That Is Already Quoted?</a></h2> <div class="entry-meta"> <span class="entry-category"><a href="https://punjabistatuss.com/quotes">Quotes</a> </span> <span class="entry-author">By <a href="https://punjabistatuss.com/author/authorsite" title="Posts by Gina Hicks" rel="author">Gina Hicks</a></span> <span class="sep">·</span> <span class="entry-date">16.10.2022</span> <span class="sep">·</span> <span class='entry-comment'><a href="https://punjabistatuss.com/quotes/how-do-you-quote-something-that-is-already-quoted.html#respond" class="comments-link" >0 Comment</a></span> </div><!-- .entry-meta --> </div><!-- .entry-header --> <div class="entry-summary"> Quoting a Quote To put it another way, what should you do if you’re citing something that already has a quote in it? The fundamental idea remains the same. When writing in American English, single quotes are used for the... <span class="read-more"><a href="https://punjabistatuss.com/quotes/how-do-you-quote-something-that-is-already-quoted.html">Read more</a></span> </div><!-- .entry-summary --> </div><!-- #post-192995 --> <div id="post-192993" class="post-192993 post type-post status-publish format-standard hentry category-quotes"> <div class="entry-header"> <h2 class="entry-title"><a href="https://punjabistatuss.com/quotes/how-to-quote-a-documentary-in-text.html">How To Quote A Documentary In Text?</a></h2> <div class="entry-meta"> <span class="entry-category"><a href="https://punjabistatuss.com/quotes">Quotes</a> </span> <span class="entry-author">By <a href="https://punjabistatuss.com/author/authorsite" title="Posts by Gina Hicks" rel="author">Gina Hicks</a></span> <span class="sep">·</span> <span class="entry-date">16.10.2022</span> <span class="sep">·</span> <span class='entry-comment'><a href="https://punjabistatuss.com/quotes/how-to-quote-a-documentary-in-text.html#respond" class="comments-link" >0 Comment</a></span> </div><!-- .entry-meta --> </div><!-- .entry-header --> <div class="entry-summary"> Include all of the following information when citing a documentary in a reference entry using the 8th version of the MLA style guide: Name of contributor(s) and designation: Follow the activity of the significant contributor (Directed by, Performed by, Produced... <span class="read-more"><a href="https://punjabistatuss.com/quotes/how-to-quote-a-documentary-in-text.html">Read more</a></span> </div><!-- .entry-summary --> </div><!-- #post-192993 --> <div id="post-192991" class="post-192991 post type-post status-publish format-standard hentry category-quotes"> <div class="entry-header"> <h2 class="entry-title"><a href="https://punjabistatuss.com/quotes/what-i-lack-in-experience-i-make-up-for-quote.html">What I Lack In Experience I Make Up For Quote?</a></h2> <div class="entry-meta"> <span class="entry-category"><a href="https://punjabistatuss.com/quotes">Quotes</a> </span> <span class="entry-author">By <a href="https://punjabistatuss.com/author/authorsite" title="Posts by Gina Hicks" rel="author">Gina Hicks</a></span> <span class="sep">·</span> <span class="entry-date">16.10.2022</span> <span class="sep">·</span> <span class='entry-comment'><a href="https://punjabistatuss.com/quotes/what-i-lack-in-experience-i-make-up-for-quote.html#respond" class="comments-link" >0 Comment</a></span> </div><!-- .entry-meta --> </div><!-- .entry-header --> <div class="entry-summary"> ″What I lack in experience, I make up for in diligent effort,″ you may say. The book ″How to Win an Argument: An Ancient Guide to the Art of Persuasion″ was written by Marcus Tullius Cicero. Read more quotations from... <span class="read-more"><a href="https://punjabistatuss.com/quotes/what-i-lack-in-experience-i-make-up-for-quote.html">Read more</a></span> </div><!-- .entry-summary --> </div><!-- #post-192991 --> <div id="post-192989" class="post-192989 post type-post status-publish format-standard hentry category-quotes"> <div class="entry-header"> <h2 class="entry-title"><a href="https://punjabistatuss.com/quotes/who-said-never-underestimate-the-power-of-a-girl-with-a-book-quote.html">Who Said Never Underestimate The Power Of A Girl With A Book Quote?</a></h2> <div class="entry-meta"> <span class="entry-category"><a href="https://punjabistatuss.com/quotes">Quotes</a> </span> <span class="entry-author">By <a href="https://punjabistatuss.com/author/authorsite" title="Posts by Gina Hicks" rel="author">Gina Hicks</a></span> <span class="sep">·</span> <span class="entry-date">16.10.2022</span> <span class="sep">·</span> <span class='entry-comment'><a href="https://punjabistatuss.com/quotes/who-said-never-underestimate-the-power-of-a-girl-with-a-book-quote.html#respond" class="comments-link" >0 Comment</a></span> </div><!-- .entry-meta --> </div><!-- .entry-header --> <div class="entry-summary"> ″Never undervalue the power of a girl with a book,″ says the proverb. ― Ruth Bader Ginsberg 10 likes Ruth Bader Ginsburg It’s been said that you should ″never underestimate the power of a girl with a book.″ – Cotton... <span class="read-more"><a href="https://punjabistatuss.com/quotes/who-said-never-underestimate-the-power-of-a-girl-with-a-book-quote.html">Read more</a></span> </div><!-- .entry-summary --> </div><!-- #post-192989 --> <div id="post-192987" class="post-192987 post type-post status-publish format-standard hentry category-quotes"> <div class="entry-header"> <h2 class="entry-title"><a href="https://punjabistatuss.com/quotes/how-to-quote-someone-in-an-essay-apa.html">How To Quote Someone In An Essay Apa?</a></h2> <div class="entry-meta"> <span class="entry-category"><a href="https://punjabistatuss.com/quotes">Quotes</a> </span> <span class="entry-author">By <a href="https://punjabistatuss.com/author/authorsite" title="Posts by Gina Hicks" rel="author">Gina Hicks</a></span> <span class="sep">·</span> <span class="entry-date">16.10.2022</span> <span class="sep">·</span> <span class='entry-comment'><a href="https://punjabistatuss.com/quotes/how-to-quote-someone-in-an-essay-apa.html#respond" class="comments-link" >0 Comment</a></span> </div><!-- .entry-meta --> </div><!-- .entry-header --> <div class="entry-summary"> How to Cite a Quote Using the APA Format To properly cite a direct quotation using APA format, you need to give the author’s last name, the year, and the page number, all of which should be separated by commas.... <span class="read-more"><a href="https://punjabistatuss.com/quotes/how-to-quote-someone-in-an-essay-apa.html">Read more</a></span> </div><!-- .entry-summary --> </div><!-- #post-192987 --> <div id="post-192985" class="post-192985 post type-post status-publish format-standard hentry category-quotes"> <div class="entry-header"> <h2 class="entry-title"><a href="https://punjabistatuss.com/quotes/do-the-best-you-can-with-what-you-have-quote.html">Do The Best You Can, With What You Have Quote?</a></h2> <div class="entry-meta"> <span class="entry-category"><a href="https://punjabistatuss.com/quotes">Quotes</a> </span> <span class="entry-author">By <a href="https://punjabistatuss.com/author/authorsite" title="Posts by Gina Hicks" rel="author">Gina Hicks</a></span> <span class="sep">·</span> <span class="entry-date">16.10.2022</span> <span class="sep">·</span> <span class='entry-comment'><a href="https://punjabistatuss.com/quotes/do-the-best-you-can-with-what-you-have-quote.html#respond" class="comments-link" >0 Comment</a></span> </div><!-- .entry-meta --> </div><!-- .entry-header --> <div class="entry-summary"> It has been said that success is unavoidable if one ″does the best they can, with what they can, while they can.″ Reflections on life and the human experience are discussed in Steve Maraboli’s book ″Unapologetically You.″ Do-your-best, inspiring, life,... <span class="read-more"><a href="https://punjabistatuss.com/quotes/do-the-best-you-can-with-what-you-have-quote.html">Read more</a></span> </div><!-- .entry-summary --> </div><!-- #post-192985 --> <div id="post-192983" class="post-192983 post type-post status-publish format-standard hentry category-quotes"> <div class="entry-header"> <h2 class="entry-title"><a href="https://punjabistatuss.com/quotes/what-is-a-10-day-payoff-quote.html">What Is A 10 Day Payoff Quote?</a></h2> <div class="entry-meta"> <span class="entry-category"><a href="https://punjabistatuss.com/quotes">Quotes</a> </span> <span class="entry-author">By <a href="https://punjabistatuss.com/author/authorsite" title="Posts by Gina Hicks" rel="author">Gina Hicks</a></span> <span class="sep">·</span> <span class="entry-date">16.10.2022</span> <span class="sep">·</span> <span class='entry-comment'><a href="https://punjabistatuss.com/quotes/what-is-a-10-day-payoff-quote.html#respond" class="comments-link" >0 Comment</a></span> </div><!-- .entry-meta --> </div><!-- .entry-header --> <div class="entry-summary"> A payback quotation for a vehicle loan, sometimes referred to as a 10-day payoff, details the amount that must be paid to clear the outstanding balance of the loan. Making a Request for a Payoff Estimate After Ten Days You... <span class="read-more"><a href="https://punjabistatuss.com/quotes/what-is-a-10-day-payoff-quote.html">Read more</a></span> </div><!-- .entry-summary --> </div><!-- #post-192983 --> <div id="post-192981" class="post-192981 post type-post status-publish format-standard hentry category-quotes"> <div class="entry-header"> <h2 class="entry-title"><a href="https://punjabistatuss.com/quotes/how-to-quote-a-verse-from-the-bible.html">How To Quote A Verse From The Bible?</a></h2> <div class="entry-meta"> <span class="entry-category"><a href="https://punjabistatuss.com/quotes">Quotes</a> </span> <span class="entry-author">By <a href="https://punjabistatuss.com/author/authorsite" title="Posts by Gina Hicks" rel="author">Gina Hicks</a></span> <span class="sep">·</span> <span class="entry-date">16.10.2022</span> <span class="sep">·</span> <span class='entry-comment'><a href="https://punjabistatuss.com/quotes/how-to-quote-a-verse-from-the-bible.html#respond" class="comments-link" >0 Comment</a></span> </div><!-- .entry-meta --> </div><!-- .entry-header --> <div class="entry-summary"> Check to ensure that the proper biblical verse has been typed in the appropriate spot. Be careful not to insert citations in the wrong places in your writing When you type these verses, make sure to place them in quotation... <span class="read-more"><a href="https://punjabistatuss.com/quotes/how-to-quote-a-verse-from-the-bible.html">Read more</a></span> </div><!-- .entry-summary --> </div><!-- #post-192981 --> <div id="post-192979" class="post-192979 post type-post status-publish format-standard hentry category-quotes"> <div class="entry-header"> <h2 class="entry-title"><a href="https://punjabistatuss.com/quotes/when-to-make-a-block-quote.html">When To Make A Block Quote?</a></h2> <div class="entry-meta"> <span class="entry-category"><a href="https://punjabistatuss.com/quotes">Quotes</a> </span> <span class="entry-author">By <a href="https://punjabistatuss.com/author/authorsite" title="Posts by Gina Hicks" rel="author">Gina Hicks</a></span> <span class="sep">·</span> <span class="entry-date">15.10.2022</span> <span class="sep">·</span> <span class='entry-comment'><a href="https://punjabistatuss.com/quotes/when-to-make-a-block-quote.html#respond" class="comments-link" >0 Comment</a></span> </div><!-- .entry-meta --> </div><!-- .entry-header --> <div class="entry-summary"> For quotes that are longer than three to four lines, use a block quote instead. If you are quoting from a piece of writing that has more than three lines of poetry, such as a poem, you should use a... <span class="read-more"><a href="https://punjabistatuss.com/quotes/when-to-make-a-block-quote.html">Read more</a></span> </div><!-- .entry-summary --> </div><!-- #post-192979 --> <div id="post-192977" class="post-192977 post type-post status-publish format-standard hentry category-quotes"> <div class="entry-header"> <h2 class="entry-title"><a href="https://punjabistatuss.com/quotes/what-got-us-here-won-t-get-us-there-quote-2.html">What Got Us Here Won’T Get Us There Quote?</a></h2> <div class="entry-meta"> <span class="entry-category"><a href="https://punjabistatuss.com/quotes">Quotes</a> </span> <span class="entry-author">By <a href="https://punjabistatuss.com/author/authorsite" title="Posts by Gina Hicks" rel="author">Gina Hicks</a></span> <span class="sep">·</span> <span class="entry-date">15.10.2022</span> <span class="sep">·</span> <span class='entry-comment'><a href="https://punjabistatuss.com/quotes/what-got-us-here-won-t-get-us-there-quote-2.html#respond" class="comments-link" >0 Comment</a></span> </div><!-- .entry-meta --> </div><!-- .entry-header --> <div class="entry-summary"> The underlying message is a paraphrase of Marshall Goldsmith’s famous quote, which states, ″What got you here won’t get you there.″ If we want to maintain our level of success, the pace at which we innovate will need to undergo... <span class="read-more"><a href="https://punjabistatuss.com/quotes/what-got-us-here-won-t-get-us-there-quote-2.html">Read more</a></span> </div><!-- .entry-summary --> </div><!-- #post-192977 --> </div><!-- .related-loop --> </div><!-- .entry-related --> <div id="comments" class="comments-area"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/quotes/how-to-build-a-random-quote-generator.html#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://punjabistatuss.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message" aria-hidden="true">Required fields are marked <span class="required" aria-hidden="true">*</span></span></p><p class="comment-form-comment"><label for="comment">Comment <span class="required" aria-hidden="true">*</span></label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required" aria-hidden="true">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" required /></p> <p class="comment-form-email"><label for="email">Email <span class="required" aria-hidden="true">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" required /></p> <p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200" /></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='192293' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </div><!-- #comments --> </main><!-- #main --> </div><!-- #primary --> <aside id="secondary" class="widget-area sidebar"> <div id="nav_menu-2" class="widget widget_nav_menu"><div class="menu-top_menu-container"><ul id="menu-top_menu" class="menu"><li id="menu-item-189319" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-189319"><a href="https://punjabistatuss.com/">HOME</a></li> <li id="menu-item-189322" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-189322"><a href="https://punjabistatuss.com/sad-status-in-punjabi/">PUNJABI SAD SATUS</a></li> <li id="menu-item-189325" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-189325"><a href="https://punjabistatuss.com/best-quotes/">BEST QUOTES</a></li> <li id="menu-item-189333" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-189333"><a href="https://punjabistatuss.com/good-evening-images-for-instagram-facebook-fb/">GOOD EVENING IMAGES FOR INSTAGRAM FACEBOOK FB</a></li> <li id="menu-item-189334" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-189334"><a href="https://punjabistatuss.com/fb-status-punjabi/">FB STATUS PUNJABI FOR WHATSAPP, FACEBOOK, TIKTOK</a></li> <li id="menu-item-189335" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-189335"><a href="https://punjabistatuss.com/att-punjabi-status-for-instagram-whatsapp-sharechat/">ATT PUNJABI STATUS FOR INSTAGRAM, WHATSAPP</a></li> <li id="menu-item-179429" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-179429"><a href="https://punjabistatuss.com/author/authorsite">Author</a></li> <li id="menu-item-179430" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-179430"><a href="https://punjabistatuss.com/privacy-policy/">PRIVACY POLICY</a></li> </ul></div></div> </aside><!-- #secondary --> </div><!-- .single-wrap --> </div><!-- .clear --> </div><!-- #content .site-content --> <footer id="colophon" class="site-footer"> <div class="clear"></div> <div id="site-bottom" class="no-footer-widgets clear"> <div class="container"> <div class="site-info"> © 2023 <a href="https://punjabistatuss.com"></a> - Theme by <a href="https://wpenjoy.com">WPEnjoy</a> </div><!-- .site-info --> </div><!-- .container --> </div> <!-- #site-bottom --> </footer><!-- #colophon --> </div><!-- #page --> <div id="back-top"> <a href="#top" title="Back to top"><span class="genericon genericon-collapse"></span></a> </div> <script type='text/javascript' id='toc-front-js-extra'> /* <![CDATA[ */ var tocplus = {"visibility_show":"show","visibility_hide":"hide","width":"Auto"}; /* ]]> */ </script> <script type='text/javascript' src='https://punjabistatuss.com/wp-content/plugins/table-of-contents-plus/front.min.js?ver=2106' id='toc-front-js'></script> <script type='text/javascript' id='wp-postratings-js-extra'> /* <![CDATA[ */ var ratingsL10n = {"plugin_url":"https:\/\/punjabistatuss.com\/wp-content\/plugins\/wp-postratings","ajax_url":"https:\/\/punjabistatuss.com\/wp-admin\/admin-ajax.php","text_wait":"Please rate only 1 item at a time.","image":"stars","image_ext":"gif","max":"5","show_loading":"1","show_fading":"1","custom":"0"}; var ratings_mouseover_image=new Image();ratings_mouseover_image.src="https://punjabistatuss.com/wp-content/plugins/wp-postratings/images/stars/rating_over.gif";; /* ]]> */ </script> <script type='text/javascript' src='https://punjabistatuss.com/wp-content/plugins/wp-postratings/js/postratings-js.js?ver=1.89' id='wp-postratings-js'></script> <script type='text/javascript' src='https://punjabistatuss.com/wp-content/themes/blogshare/assets/js/superfish.js?ver=5.9.5' id='superfish-js'></script> <script type='text/javascript' src='https://punjabistatuss.com/wp-content/themes/blogshare/assets/js/html5.js?ver=5.9.5' id='html5-js'></script> <script type='text/javascript' src='https://punjabistatuss.com/wp-content/themes/blogshare/assets/js/owl.carousel.js?ver=5.9.5' id='owl-carousel-js'></script> <script type='text/javascript' src='https://punjabistatuss.com/wp-content/themes/blogshare/assets/js/jquery.tabslet.js?ver=20220401' id='tabslet-js'></script> <script type='text/javascript' src='https://punjabistatuss.com/wp-content/themes/blogshare/assets/js/theia-sticky-sidebar.js?ver=5.9.5' id='theia-sticky-sidebar-js'></script> <script type='text/javascript' src='https://punjabistatuss.com/wp-content/themes/blogshare/assets/js/index.js?ver=20220520' id='blogshare-index-js'></script> <script type='text/javascript' src='https://punjabistatuss.com/wp-content/themes/blogshare/assets/js/jquery.custom.js?ver=20220520' id='blogshare-custom-js'></script> <script type='text/javascript' src='https://punjabistatuss.com/wp-includes/js/comment-reply.min.js?ver=5.9.5' id='comment-reply-js'></script> <script> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> <script>window.lazyLoadOptions = { elements_selector: "img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]", data_src: "lazy-src", data_srcset: "lazy-srcset", data_sizes: "lazy-sizes", class_loading: "lazyloading", class_loaded: "lazyloaded", threshold: 300, callback_loaded: function(element) { if ( element.tagName === "IFRAME" && element.dataset.rocketLazyload == "fitvidscompatible" ) { if (element.classList.contains("lazyloaded") ) { if (typeof window.jQuery != "undefined") { if (jQuery.fn.fitVids) { jQuery(element).parent().fitVids(); } } } } }}; window.addEventListener('LazyLoad::Initialized', function (e) { var lazyLoadInstance = e.detail.instance; if (window.MutationObserver) { var observer = new MutationObserver(function(mutations) { var image_count = 0; var iframe_count = 0; var rocketlazy_count = 0; mutations.forEach(function(mutation) { for (i = 0; i < mutation.addedNodes.length; i++) { if (typeof mutation.addedNodes[i].getElementsByTagName !== 'function') { return; } if (typeof mutation.addedNodes[i].getElementsByClassName !== 'function') { return; } images = mutation.addedNodes[i].getElementsByTagName('img'); is_image = mutation.addedNodes[i].tagName == "IMG"; iframes = mutation.addedNodes[i].getElementsByTagName('iframe'); is_iframe = mutation.addedNodes[i].tagName == "IFRAME"; rocket_lazy = mutation.addedNodes[i].getElementsByClassName('rocket-lazyload'); image_count += images.length; iframe_count += iframes.length; rocketlazy_count += rocket_lazy.length; if(is_image){ image_count += 1; } if(is_iframe){ iframe_count += 1; } } } ); if(image_count > 0 || iframe_count > 0 || rocketlazy_count > 0){ lazyLoadInstance.update(); } } ); var b = document.getElementsByTagName("body")[0]; var config = { childList: true, subtree: true }; observer.observe(b, config); } }, false);</script><script data-no-minify="1" async src="https://punjabistatuss.com/wp-content/plugins/rocket-lazy-load/assets/js/12.0/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img loading="lazy" data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<div class="play"></div>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.dataset.query.length?'':'&'+this.dataset.query;e.setAttribute("src",t.replace("ID",this.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.replaceChild(e,this)}document.addEventListener("DOMContentLoaded",function(){var e,t,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),e.onclick=lazyLoadYoutubeIframe,a[t].appendChild(e)});</script><!-- Yandex.Metrika counter --> <script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(89305121, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true }); </script> <noscript><div><img src="https://mc.yandex.ru/watch/89305121" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter --> </body> </html>