Explore 1.5M+ audiobooks & ebooks free for days

Only $12.99 CAD/month after trial. Cancel anytime.

Cooking up the web with HTML and JavaScript
Cooking up the web with HTML and JavaScript
Cooking up the web with HTML and JavaScript
Ebook94 pages33 minutes

Cooking up the web with HTML and JavaScript

Rating: 0 out of 5 stars

()

Read preview

About this ebook

Being proficient on the web requires basic knowledge of HTML. Therefore we cover tables, divs, and spans, along with HTML5 changes as well.

 

Then we cover JavaScript in two parts. In part one, we cover some basic elements of the programming language.

  • Mastering loops and conditionals
  • Working with variable scope
  • How to use Closures 

That gets you off the ground, and then we move beyond to more advanced topics. 

 

In part two, we cover more like:

  1. JavaScript objects and Arrays
  2. Type Conversion and Coercion 
  3. Arrow Function
  4. Strict Equality and Targeted Inequality
  5. The Spread and Rest operator

We cover all of these with example code you can use. Get ready to learn HTML and JavaScript!

LanguageEnglish
PublisherTom Henricksen
Release dateJul 5, 2024
ISBN9798227368287
Cooking up the web with HTML and JavaScript
Author

Tom Henricksen

Coder. Speaker. Power Skill Enabler.

Read more from Tom Henricksen

Related to Cooking up the web with HTML and JavaScript

Related ebooks

Trending on #Booktok

Related categories

Reviews for Cooking up the web with HTML and JavaScript

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Cooking up the web with HTML and JavaScript - Tom Henricksen

    Tom Henricksen

    Cooking up the web with HTML and JavaScript

    Copyright © 2024 by Tom Henricksen

    All rights reserved. No part of this publication may be reproduced, stored or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning, or otherwise without written permission from the publisher. It is illegal to copy this book, post it to a website, or distribute it by any other means without permission.

    First edition

    This book was professionally typeset on Reedsy

    Find out more at reedsy.com

    Contents

    Preface

    I. HTML

    1. Targeted HTML Basics For Reliable People

    2. Important HTML5 Changes that Scream Out for Use

    3. Practical HTML Tables, Divs, And Spans Make You Better

    II. JAVASCRIPT

    4. JavaScript A Useful Tool For Tired Minds

    5. Look I found these astounding benefits of JavaScript variables and values

    6. First easy JavaScript function basics that are the most fascinating

    7. Avoid painful mistakes with these Simplistic JavaScript Conditionals

    8. JavaScript has Sizable loops that will explode your mind

    9. Surprisingly Improved JavaScript Variable Scope You Need

    10. Exploit JavaScript Closures More and Don’t Panic

    III. ADVANCED JAVASCRIPT

    11. Unparalleled JavaScript Objects Make You Thrilled

    12. Easily Pluck Better JavaScript Arrays

    13. Quick JavaScript Type Conversion and Coercion That Will Make Code Better

    14. Actually, JavaScript Has Surprising And Practical Strings

    15. This Is What JavaScript Numbers Opportunities Make

    16. It Is Time To Spotlight the JavaScript Arrow Function

    17. Valuable JavaScript Strict Equality and Targeted Inequality for the Best Outcome

    18. The Truth About JavaScript Object Notation is Found

    19. The Peril of JavaScript spread and Awesome Rest operator

    About the Author

    Preface

    This is broken into three pieces. Our first stop is with HTML basics. We also cover HTML5 changes that are quite helpful. Then we discuss tables, divs, and spans to wrap up our first section.

    JavaScript basics are second. Covering topics like variables, functions, and conditionals. We also cover loops and closures too.

    Then in the third part, we delve into more advanced topics in JavaScript. Starting with objects, arrays, Type Conversion, and Coercion. Next, we cover complementary topics like numbers, strings, equality, and the arrow functions.

    As I have learned JavaScript over the years in fits and starts this compilation is of some of the fundamentals. The numerous changes that came with ES6 have shifted things. I cover the spread and rest operator too. I have found some of these things more challenging. So I took the time to add some additional resources for you.

    I

    HTML

    In part one, we start with the basics of HTML. We review the basics of HTML, HTML5, and divs and spans.

    1

    Targeted HTML Basics For Reliable People

    Photo by Jackson Sophat on Unsplash

    The web is created with some foundational technologies. Every website uses HTML or Hypertext Markup Language.

    Enjoying the preview?
    Page 1 of 1