@steveskok
Lets learn & grow together
Nothing here yet.
Nothing here yet.
Wow! Nice pictorial representation. And I want to offer you big thumbs up for sharing such a great article, it was very interesting to read and informative too. I'm also adding to this, some of the top JavaScript interview questions
Nice information. We can use the same code many times (reusable) with different arguments, to produce different results. I want to offer you big thumbs up for posting such a great article about JavaScript . It was definitely interesting for me to read about it that found on your blog. Keep posting!
Wow! Nice information, concise and comprehensiveve. What is the difference between Angular vs AngularJS? One vital distinction between Angular vs AngularJS is AngularJS is JavaScript-based while Angular is TypeScript based. These two frameworks have similarities as front-end, open-source platforms that create dynamic SPAs but let’s look at their differences.
Hi Sumanth! As we know JavaScript is the most popular and used language in the market. Thanks for such a great article here. I was searching for something like this. I’ve found it on your blog. It was definitely interesting for me to read about it.
You can use custom tags in browsers, although they won’t be HTML5 (see Are custom elements valid HTML5? and the HTML5 spec). Let's assume you want to use a custom tag element called <stack>. Here's what you should do... STEP 1 Normalize its attributes in your CSS Stylesheet (think css reset) - Example: stack{display:block;margin:0;padding:0;border:0; ... } STEP 2 To get it to work in old versions of Internet Explorer, you need to append this script to the head (Important if you need it to work in older versions of IE!): <!--[if lt IE 9]> <script> document.createElement("stack"); </script> <![endif]--> Then you can use your custom tag freely. <stack>Overflow</stack> Feel free to set attributes as well... <stack id="st2" class="nice"> hello </stack>
Well Explained! Esther Okafor It's too short but concise what you have explained. Though the number of automation testing tools available in the market needs humans to verify them. there are some software and QA testing myths but you nailed it. QA testing is very significant to make a defect-free product or service which meets end-user requirements. thank you