{"id":5253,"date":"2021-10-05T02:00:00","date_gmt":"2021-10-05T00:00:00","guid":{"rendered":"https:\/\/alvarotrigo.com\/epa\/learn-javascript\/"},"modified":"2025-06-16T11:01:39","modified_gmt":"2025-06-16T09:01:39","slug":"learn-javascript","status":"publish","type":"post","link":"https:\/\/alvarotrigo.com\/blog\/learn-javascript\/","title":{"rendered":"How Long Does It Take To Learn JavaScript?"},"content":{"rendered":"\n<p><strong>It typically takes 6 to 12 months to go from a complete beginner to a fairly decent level in JavaScript.<\/strong> At least, that&#8217;s what the general consensus on the internet seems to be.<\/p>\n\n\n\n<p>As a very rough, ballpark estimate, that 6-12 month range isn&#8217;t too long. If you put in a lot of effort, within 6-12 months you&#8217;ll learn JavaScript well enough to build basic apps &#8211; and probably start applying for junior dev roles.<\/p>\n\n\n\n<p>However, the truth is a little more complicated! In reality, there&#8217;s only one true answer to &#8220;How long does it take to learn JavaScript&#8221;:<\/p>\n\n\n\n<p><em>It depends!<\/em><\/p>\n\n\n\n<p>OK, probably not the answer you wanted! That&#8217;s why I gave you that 6-12 month ballpark figure up-front. If you wanted a number, you&#8217;ve got one. If you want to learn a bit more about what learning JS actually means, and how to speed the process up a bit, read on!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-javascript%3F\">What is JavaScript?<\/h2>\n\n\n\n<p>JavaScript is a high-level scripting programming language. Also known for its abbreviation &#8220;JS&#8221;, JavaScript is one of the main languages used in the World Wide Web together with HTML and CSS. (Check out <a href=\"https:\/\/alvarotrigo.com\/blog\/learn-html\/\">how long does it take to learn HTML<\/a> too)<\/p>\n\n\n\n<p>It basically allows developers to dynamically change the layout and visual appearance of websites opening a world of possibilities. Nowadays it&#8217;s also used directly on the server-side.<\/p>\n\n\n\n<p>Websites use JavaScript to create interactive websites that respond to the users&#8217; input.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"is-javascript-easy-to-learn%3F\">Is JavaScript Easy To Learn?<\/h2>\n\n\n\n<p>JavaScript is one of the easier programming languages to learn from scratch, mainly because it&#8217;s high level, interpreted, and weakly typed. Here&#8217;s what I mean by that&#8230;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"javascript-is-a-%22high-level%22-programming-language\">JavaScript is a &#8220;High Level&#8221; Programming Language<\/h3>\n\n\n\n<p>This basically means it&#8217;s closer to the language <em>you<\/em> speak than it is to the language that computers speak (known as machine code, or <a href=\"https:\/\/en.wikipedia.org\/wiki\/Assembly_language\" target=\"_blank\" rel=\"noopener nofollow\">assembly language<\/a>). This makes JavaScript easier to learn than languages like C, which are a little closer to the hardware.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"javascript-is-%22interpreted%22\">JavaScript is &#8220;Interpreted&#8221;<\/h3>\n\n\n\n<p>JS is &#8220;interpreted&#8221; &#8211; that means the code you type is the code the browser reads and runs. Other languages are &#8220;compiled&#8221;, meaning the code must be compiled into a form that computers understand, which requires extra software and time.<\/p>\n\n\n\n<p>For JavaScript, all you need is a text editor and a browser &#8211; and you already have these!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"javascript-is-weakly-typed\">JavaScript is Weakly Typed<\/h3>\n\n\n\n<p>In programming, you define variables. These variables can be different types &#8211; integers, decimals, text strings, etc. In strongly typed languages, you have to specify what type every variable is &#8211; and once defined, it usually cannot change type. In JS, which is weakly typed, you don&#8217;t! Again, this makes JS more flexible, and easier to learn in the early stages.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"learn-javascript-at-your-own-rate\">Learn JavaScript at your own rate<\/h2>\n\n\n\n<p>One thing I don&#8217;t like about questions like &#8220;How long does it take to learn JavaScript&#8221; (or C, Ruby, PHP, or whatever), is that they put pressure on people. They make it seem like you <em>should<\/em> learn JS in a set time frame, and if you don&#8217;t hit that target, you&#8217;re doing something wrong.<\/p>\n\n\n\n<p>Not true!<\/p>\n\n\n\n<p>Everyone learns at different rates. A lot of things influence this!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-much-time-do-i-need-to-learn-javascript%3F\">How Much Time Do I Need To Learn JavaScript?<\/h2>\n\n\n<blockquote class=\"twitter-tweet\">\n<p dir=\"ltr\" lang=\"en\">Sure it will. My cousin worked two jobs with a child and only had an hour a day to code. Took him 17 months but she\u2019s working as a Frontend dev<\/p>\n<p><!-- \/wp:post-content -->\u2014 BrainFatigueX (@fatigue_x) <a href=\"https:\/\/twitter.com\/fatigue_x\/status\/1444373078683930628?ref_src=twsrc%5Etfw\" rel=\"nofollow noopener\" target=\"_blank\">October 2, 2021<\/a><\/p>\n<\/blockquote>\n<p><!-- \/wp:quote --> <script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><br \/><!-- wp:paragraph --><\/p>\n<p>When you ask &#8220;How long&#8221; it takes to learn JS, you could mean one of two things &#8211; how long in calendar time (e.g. 6-12 months), or how long in study time, (e.g., 1000 hours)?<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>What really matters here, of course, is study time. If you have a full-time job and 7 kids, you won&#8217;t be able to put as much study time in per month. So for you, it might take 18 months, or longer, to get where you want to be. And that&#8217;s OK! You might have done the same amount of study time as someone who got there in 3 months but had loads of free time.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:quote --><\/p>\n<blockquote class=\"wp-block-quote\">\n<p><!-- wp:paragraph --><\/p>\n<p>If you want to speed up the process, read what&#8217;s <a href=\"https:\/\/alvarotrigo.com\/blog\/best-way-learn-javascript\/\">the best and fastest way to learn JavaScript.<\/a>\u00a0<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<\/blockquote>\n<p><!-- \/wp:quote --><br \/><!-- wp:heading --><\/p>\n<h2 id=\"do-you-have-experience-programming-or-in-computer-science-degree%3F\">Do you have experience programming or in Computer Science Degree?<\/h2>\n<p><!-- \/wp:heading {\"level\":2} --><\/p>\n<blockquote class=\"twitter-tweet\" data-dnt=\"true\">\n<p dir=\"ltr\" lang=\"en\">Last week, I got my FIRST part-time job as a junior web developer.<\/p>\n<p>It took me:<br \/>\ud83d\udcc5 4 months<br \/>\ud83d\udcbc 3 Interviews<br \/>\ud83d\udcbb A lot of coding and projects<br \/>\ud83d\udcda Learning A LOT!<\/p>\n<p>My history, how I got to this point, and what I&#8217;m doing forwards. \ud83d\udc47\ud83c\udffb<\/p>\n<p>If you are a junior: take notes! \ud83e\udd17<\/p>\n<p><!-- \/wp:paragraph -->\u2014 Juan Alvarez \ud83c\udfde\ufe0f (@Juanzenweb) <a href=\"https:\/\/twitter.com\/Juanzenweb\/status\/1435005525066801152?ref_src=twsrc%5Etfw\" rel=\"nofollow noopener\" target=\"_blank\">September 6, 2021<\/a><\/p>\n<\/blockquote>\n<p><!-- \/wp:quote --> <script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><br \/><!-- wp:paragraph --><\/p>\n<p>Your background will matter a lot too. If you&#8217;re already employed as a C# developer, you&#8217;ll probably pick up JavaScript in a few weeks. This is because all programming languages are pretty similar, so you&#8217;ll have a lot of transferable skills.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>If you did computer science at university, you&#8217;ll also have a bigger headstart than if you did classical history, as you&#8217;ll have done some work in programming, and you&#8217;ll understand computing concepts more broadly. Mathematics would also give you an advantage.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>Likewise, if you already have some skills in HTML and CSS, you&#8217;ll pick up JS more quickly, since JS directly interacts with the elements you create in these languages.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:heading --><\/p>\n<h2 id=\"what-do-you-mean-by-%22learn%22%3F\">What Do You Mean By &#8220;Learn&#8221;?<\/h2>\n<p><!-- \/wp:heading {\"level\":2} --><br \/><!-- wp:paragraph --><\/p>\n<p>When you say you want to &#8220;learn&#8221; JavaScript, what do you mean? I&#8217;ve assumed you mean something like &#8220;Be able to build basic apps and be at the point where you can apply for junior job roles&#8221;. But if you have higher aspirations, of course, it&#8217;s going to take longer. Conversely, if your goals are less ambitious, it will take you less time.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>And really (and I might be getting a bit philosophical here), no one ever reaches the point where they have &#8220;learned&#8221; JavaScript. Even the true JS wizards are constantly learning and improving &#8211; that&#8217;s part of the reason they got so good in the first place!<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:heading --><\/p>\n<h2 id=\"how-to-learn-javascript\">How to learn JavaScript<\/h2>\n<p><!-- \/wp:heading {\"level\":2} --><br \/><!-- wp:image --><\/p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" data-src=\"https:\/\/alvarotrigo.com\/blog\/assets\/imgs\/2021-10-05\/getting-started-meme.jpeg\" alt=\"Getting started meme\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n<p><!-- \/wp:image --><br \/><!-- wp:paragraph --><\/p>\n<p>One massive factor that&#8217;s often overlooked, is <em>how you learn<\/em>. It&#8217;s not just about putting the hours in, it&#8217;s about making the most of those hours.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>Here are a few tips &#8211; following these will significantly reduce the time it takes you to get your JS skills to where you want them to be:<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:heading {\"level\":3} --><\/p>\n<h3 id=\"1.-get-some-sleep\">1. Get Some Sleep<\/h3>\n<p><!-- \/wp:heading {\"level\":3} --><br \/><!-- wp:paragraph --><\/p>\n<p>Human memory is consolidated while we sleep, so make sure you get a good 7-9 hours of sleep each night. This is especially important if you&#8217;re coding in the evening on top of a full-time job &#8211; the brain needs rest! Reducing caffeine intake, and avoiding caffeine after midday, can make a huge difference.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:heading {\"level\":3} --><\/p>\n<h3 id=\"2.-spaced-repetition\">2. Spaced Repetition<\/h3>\n<p><!-- \/wp:heading {\"level\":3} --><br \/><!-- wp:paragraph --><\/p>\n<p>It&#8217;s better to practice for 1 hour, 5 times a week than it is to practice for 5 hours, 1 time a week. It&#8217;s also really helpful to occasionally go back over things you&#8217;ve already learned, to help the knowledge sink in.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:heading {\"level\":3} --><\/p>\n<h3 id=\"3.-exercise\">3. Exercise<\/h3>\n<p><!-- \/wp:heading {\"level\":3} --><br \/><!-- wp:paragraph --><\/p>\n<p>Physical exercise releases a protein in the brain that helps form new connections between neurons! So try to get 2-3 workouts in each week where you&#8217;re raising your heart rate and getting a little out of breath, and stay active more generally (e.g. take long walks, use the stairs, not the lift, etc.)<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:heading {\"level\":3} --><\/p>\n<h3 id=\"4.-learning-at-your-own-pace\">4. Learning at YOUR Own Pace<\/h3>\n<p><!-- \/wp:heading {\"level\":3} --><br \/><!-- wp:paragraph --><\/p>\n<p>Don&#8217;t worry about how fast other people learn or what they are learning. Go at your own pace &#8211; if something doesn&#8217;t make sense to you, but a bit more time into it. There&#8217;s no rush.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:heading {\"level\":3} --><\/p>\n<h3 id=\"5.-deliberate-practice\">5. Deliberate Practice<\/h3>\n<p><!-- \/wp:heading {\"level\":3} --><br \/><!-- wp:paragraph --><\/p>\n<p>Keep evolving your skills. When you study, try to spend most of your time learning things that you <em>don&#8217;t<\/em> know. A guitar analogy might help here. A mistake people often make when learning guitar, is learning a song they love, and then playing it all the time.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>Now, there&#8217;s nothing wrong with that, and if it&#8217;s fun, then great! But it&#8217;s not the most efficient way to learn. It would be better to pick another song and challenge yourself in a new way.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:quote --><\/p>\n<blockquote class=\"wp-block-quote\">\n<p><!-- wp:paragraph --><\/p>\n<p>If you are a <strong>web developer<\/strong>, check if you already own these <a href=\"https:\/\/alvarotrigo.com\/blog\/web-developer-skills\/\">11 Skills Required For a Web Developer<\/a>. If not&#8230; time to start practicing!<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<\/blockquote>\n<p><!-- \/wp:quote --><br \/><!-- wp:heading {\"level\":3} --><\/p>\n<h3 id=\"6.-asking-good-questions\">6. Asking Good Questions<\/h3>\n<p><!-- \/wp:heading {\"level\":3} --><br \/><!-- wp:paragraph --><\/p>\n<p>Show me the people who learn JavaScript the fastest, and I&#8217;ll show you some people who ask a <em>lot<\/em> of questions!<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>Your first port of call should be Google &#8211; 9 times out of 10, someone has already asked your question and gotten an answer. But for those times that Googling doesn&#8217;t help ask questions on Stack Overflow, or a relevant subreddit.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>Remember also, the better your questions, the better the answers will be &#8211; so be sure to read <a href=\"https:\/\/alvarotrigo.com\/blog\/how-not-suck-at-asking-coding-questions\/\">How not to suck at asking coding questions<\/a>!<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:image --><\/p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" data-src=\"https:\/\/alvarotrigo.com\/blog\/assets\/imgs\/2021-10-05\/doubt-meme.jpeg\" alt=\"Doubt meme\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n<p><!-- \/wp:image --><br \/><!-- wp:heading {\"level\":3} --><\/p>\n<h3 id=\"7.-be-consistent\">7. Be Consistent<\/h3>\n<p><!-- \/wp:heading {\"level\":3} --><br \/><!-- wp:paragraph --><\/p>\n<p>Jerry Seinfeld had a trick to help him learn comedy writing. Every day that he practiced writing, he&#8217;d put an &#8220;X&#8221; on his calendar. He gave himself one goal &#8211; Don&#8217;t break the chain of X&#8217;s. It didn&#8217;t matter if he just sat down for two minutes to write &#8211; if he wrote anything, he allowed himself to draw the X.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>It&#8217;s so easy to code for a week or two, and then to get busy and forget about it for a month. But if you&#8217;re coding every day, even for a few minutes, it&#8217;s easier to maintain the habit long-term.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>So be like Jerry Seinfeld &#8211; don&#8217;t break the chain!<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:heading {\"level\":3} --><\/p>\n<h3 id=\"8.-have-fun!\">8. Have Fun!<\/h3>\n<p><!-- \/wp:heading {\"level\":3} --><br \/><!-- wp:paragraph --><\/p>\n<p>Learning to code is actually a wonderful experience because no one is telling you what to do! So have fun with it! Yes, you&#8217;ll be spending some time sweating over tutorials and exercises, but try to put at least some time into building something cool &#8211; something <em>you<\/em> want to make.<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- \/wp:quote --><br \/><!-- wp:heading --><\/p>\n<h2 id=\"should-you-learn-javascript-frameworks%3F\">Should You Learn JavaScript Frameworks?<\/h2>\n<p><!-- \/wp:heading {\"level\":2} --><br \/><!-- wp:paragraph --><\/p>\n<p>Another question that comes up is, if you started out by learning jQuery or some other frameworks, have you really learned JavaScript?<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>When I first started learning JS, I deliberately avoided frameworks, thinking it was best to go &#8220;bare metal&#8221; and learn to create cool things without relying on other people&#8217;s code. I think it was the right call, but looking back, I think I would have benefitted from learning frameworks at an earlier stage than I eventually did.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>The key, I think, is to learn <em>from<\/em> frameworks, rather than just simply on them to do the hard work for you.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>When you&#8217;re at a more proficient level, read the frameworks&#8217; source code &#8211; try to understand how they work &#8220;under the hood&#8221; (this is something you can do with an interpreted language like JS that you can&#8217;t do with a compiled language). Once you understand how frameworks work, it actually makes more sense to use them &#8211; why re-invent the wheel?<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>To that end, a great learning exercise is to try to re-create something a framework does, but without using the framework. For example, take fullPage.js. This is a framework that enables you to make glorious full page websites. You can check out some <a href=\"https:\/\/alvarotrigo.com\/fullPage\/#examples\">examples of what fullPage.js can do here<\/a>, and I highly recommend it if you&#8217;re looking to make a full page site.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>However, I also recommend that you try to <a href=\"https:\/\/alvarotrigo.com\/blog\/how-to-create-websites-fullscreen-sections-html-and-css\/\">make a site with full-page sections yourself<\/a>! Then you&#8217;ll get a grasp of what fullPage.js is actually doing, and how it extends this basic idea into a sleek and unique web browsing experience. When you understand that, go ahead and use the framework!<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:heading --><\/p>\n<h2 id=\"how-to-keep-up-to-date-in-javascript\">How To Keep Up To Date in JavaScript<\/h2>\n<p><!-- \/wp:heading {\"level\":2} --><br \/><!-- wp:paragraph --><\/p>\n<p>JavaScript is a programming language that keeps on evolving and it does it quite fast compared to others.<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:paragraph --><\/p>\n<p>To keep up to date you can do a few things:<\/p>\n<p><!-- \/wp:paragraph --><br \/><!-- wp:list --><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul><!-- wp:list-item --><\/p>\n<li><!-- wp:paragraph -->\n<p><strong>Use Twitter:<\/strong> make sure to follow relevant people in the JavaScript niche. That will help you learn tricks, and tips and get to know the latest additions to the language.<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><!-- \/wp:list-item --><br \/><!-- wp:list-item --><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><!-- wp:paragraph -->\n<p>**Check websites: ** such as <a href=\"https:\/\/www.smashingmagazine.com\/\" target=\"_blank\" rel=\"noopener nofollow\">Smazing Magazine<\/a>, or <a href=\"https:\/\/dev.to\/t\/javascript\" target=\"_blank\" rel=\"noopener nofollow\">Dev.to<\/a>. You can even follow specific developers.<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><!-- \/wp:list-item --><br \/><!-- wp:list-item --><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><!-- wp:paragraph -->\n<p><strong>Use Youtube:<\/strong> many developers are on Youtube. Follow the right people and you&#8217;ll never get out of date with the latest trends.<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><!-- \/wp:list-item --><br \/><!-- wp:list-item --><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><!-- wp:paragraph -->\n<p><strong>Listen to Podcasts:<\/strong> if you like Podcasts, this is a great way to discover new stuff, listen to tips from top developers, or even find out about new libraries or components. We recommend you to check the <a href=\"https:\/\/alvarotrigo.com\/blog\/javascript-podcasts\/\">best JavaScript podcasts<\/a> out there right now.<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><!-- \/wp:list-item --><\/p>\n<p><!-- \/wp:list --><br \/><!-- wp:heading --><\/p>\n<h2 id=\"related-articles\">Related articles<\/h2>\n<p><!-- \/wp:heading {\"level\":2} --><br \/><!-- wp:list --><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul><!-- wp:list-item --><\/p>\n<li><a href=\"https:\/\/alvarotrigo.com\/blog\/website-project-ideas\/\">7 Website Project Ideas For Students<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><!-- \/wp:list-item --><br \/><!-- wp:list-item --><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><a href=\"https:\/\/alvarotrigo.com\/blog\/javascript-select-option\/\">Change Selected Option in JavaScript (with examples)<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><!-- \/wp:list-item --><br \/><!-- wp:list-item --><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><a href=\"https:\/\/alvarotrigo.com\/blog\/javascript-alert\/\">JavaScript Alert &#8211; What is it and how to use it<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><!-- \/wp:list-item --><br \/><!-- wp:list-item --><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><a href=\"https:\/\/alvarotrigo.com\/blog\/disable-button-javascript\/\">Disable Button With JavaScript<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><!-- \/wp:list-item --><\/p>\n<p><!-- \/wp:list --><\/p>","protected":false},"excerpt":{"rendered":"<p>What makes some people learn JavaScript faster than others? How can we shorten the learning time? Learn all you need to know here!<\/p>\n","protected":false},"author":6,"featured_media":5252,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[107],"tags":[10],"class_list":["post-5253","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript","tag-javascript"],"acf":[],"_links":{"self":[{"href":"https:\/\/alvarotrigo.com\/blog\/wp-json\/wp\/v2\/posts\/5253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alvarotrigo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/alvarotrigo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/alvarotrigo.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/alvarotrigo.com\/blog\/wp-json\/wp\/v2\/comments?post=5253"}],"version-history":[{"count":7,"href":"https:\/\/alvarotrigo.com\/blog\/wp-json\/wp\/v2\/posts\/5253\/revisions"}],"predecessor-version":[{"id":19144,"href":"https:\/\/alvarotrigo.com\/blog\/wp-json\/wp\/v2\/posts\/5253\/revisions\/19144"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alvarotrigo.com\/blog\/wp-json\/wp\/v2\/media\/5252"}],"wp:attachment":[{"href":"https:\/\/alvarotrigo.com\/blog\/wp-json\/wp\/v2\/media?parent=5253"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/alvarotrigo.com\/blog\/wp-json\/wp\/v2\/categories?post=5253"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/alvarotrigo.com\/blog\/wp-json\/wp\/v2\/tags?post=5253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}