• Complain

Ravi Tomar - JavaScript: Syntax and Practices

Here you can read online Ravi Tomar - JavaScript: Syntax and Practices full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: Chapman and Hall/CRC, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover

JavaScript: Syntax and Practices: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "JavaScript: Syntax and Practices" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

JavaScript is an easy to use, flexible, dynamic prototype-based programming language predominantly used over the web. Although the initial focus of the language was to assist in the generation of dynamic web content, it has soon found its way into numerous other applications. This book aims to cover the fundamentals of the language by providing a strong start for people who wish to start their journey to JavaScript programming language. It provides the mandatory theoretical background which is much needed for implementation and the exhaustive hands-on exercises. The book comprises 4000+ lines of code for grasping maximum understanding.

  • A strong theoretical background and understanding of the working of the JavaScript language.
  • Hands-on and demo exercises at the end of every chapter
  • Exercises, theory-based questions, MCQs and true-false for helping the reader to evaluate their understanding from time to time
  • A dedicated chapter for providing extended case studies for using the language.

This book is targeted at undergraduate as well as postgraduate students who want to learn about front end programming or who wish to learn a lightweight, easy to use programming language for working on their project. For programmers having experience in other languages, it would serve as a quick summary to get a hold of a new language.

Ravi Tomar: author's other books


Who wrote JavaScript: Syntax and Practices? Find out the surname, the name of the author of the book and a list of all author's works by series.

JavaScript: Syntax and Practices — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "JavaScript: Syntax and Practices" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Navigation
JavaScript JavaScript Syntax and Practices Dr Ravi Tomar Associate Professor - photo 1
JavaScript
JavaScript Syntax and Practices

Dr Ravi Tomar

Associate Professor, School of Computer Science, University of Petroleum & Energy Studies, Dehradun, India

Ms Sarishma Dangi

Assistant Professor, Graphic Era University, Dehradun, India

First Edition published 2022 by CRC Press 6000 Broken Sound Parkway NW Suite - photo 2

First Edition published 2022

by CRC Press

6000 Broken Sound Parkway NW, Suite 300, Boca Raton, FL 33487-2742

and by CRC Press

2 Park Square, Milton Park, Abingdon, Oxon, OX14 4RN

2022 selection and editorial matter, Ravi Tomar & Sarishma Dangi; individual chapters, the contributors

CRC Press is an imprint of Taylor & Francis Group, LLC

Reasonable efforts have been made to publish reliable data and information, but the author and publisher cannot assume responsibility for the validity of all materials or the consequences of their use. The authors and publishers have attempted to trace the copyright holders of all material reproduced in this publication and apologize to copyright holders if permission to publish in this form has not been obtained. If any copyright material has not been acknowledged, please write and let us know so we may rectify in any future reprint.

Except as permitted under U.S. Copyright Law, no part of this book may be reprinted, reproduced, transmitted, or utilized in any form by any electronic, mechanical, or other means, now known or hereafter invented, including photocopying, microfilming, and recording, or in any information storage or retrieval system, without written permission from the publishers.

For permission to photocopy or use material electronically from this work, access

Trademark notice: Product or corporate names may be trademarks or registered trademarks and are used only for identification and explanation without intent to infringe.

Library of Congress Cataloging-in-Publication Data

Names: Tomar, Ravi, author. | Dangi, Sarishma, author. Title: JavaScript : syntax and practices / Ravi Tomar, Sarishma Dangi.

Description: First edition. | Boca Raton : Chapman & Hall/CRC Press, 2022. | Includes bibliographical references and index. | Summary: Javascript is the most prominent web programming language in the industry today and has endless capabilities in full stack web applications. JavaScript is most preferred because of its compatibility with all the major browsers and its flexibility with the syntax it holds. Being a Front-end language, JavaScript is also used on the server-side through Node.js. This book focuses on developing the basics concepts of Javascript and enlightening the readers about the horizons that can be accessed using this language. Offers detailed explanation of the core topics Covers both miscellaneous and advanced topics Gives a platform to connect JavaScript to cutting edge technologies such as Cloud, Machine Learning, Internet of Things etc Provides examples to enable ease of learning Includes exercises to get more comfortable with complex code Uses case complete projects with examples This book is primarily aimed at undergraduates and graduates studying web application development. Developers will also find it useful as a handbook Provided by publisher.

Identifiers: LCCN 2021032161 (print) | LCCN 2021032162 (ebook) | ISBN 9780367641429 (hardback) | ISBN 9780367641474 (paperback) | ISBN 9781003122364 (ebook) Subjects: LCSH: JavaScript (Computer program language) | Object-oriented programming (Computer science) | Programming languages (Electronic computers)--Syntax. | Web site development.

Classification: LCC QA76.73.J39 T64 2022 (print) | LCC QA76.73.J39 (ebook) | DDC 005.2/762--dc23

LC record available at https://lccn.loc.gov/2021032161

LC ebook record available at https://lccn.loc.gov/2021032162

ISBN: 978-0-367-64142-9 (hbk)

ISBN: 978-0-367-64147-4 (pbk)

ISBN: 978-1-003-12236-4 (ebk)

Access the companion website: https://www.routledge.com/9780367641429

DOI: 10.1201/9781003122364

Typeset in Palatino

by MPS Limited, Dehradun

To my loving parents, my wonderful partner Manu and my two little princesses

Kritika & Vedika. The continued support from my family and friends could make this book possible.

- Ravi Tomar

To my parents, Rajender and Sushila.

I am grateful for your nurturing and contribution which bought me here. I promise you that I will never give up and continue to strive with my brightest light. I will leave a trace in this world, one with your names behind it. Thank you for all the love, light, support, warmth and especially the wings you gave me to fly.

- Sarishma Dangi

Contents
Preface

JavaScript emerged as a quick fix language, but in the last decade, it has embedded and closely integrated itself with the web. It is difficult to avoid JavaScript while working with dynamic web content. Due to its prevalence, it was soon accepted as a general-purpose language for working in both client- and server-side programming. The popularity, ease of use and rapid adoption of JavaScript made imperative for us to discuss it for novice as well as experienced users. This book aims at covering the JavaScript language basics and fundamentals to help readers strengthen their programming. It is designed to explain the language in the simplest possible words with a comprehensive hands-on approach toward learning by practice. Every chapter in the book is supplemented with demo code, which will compel you to practically test what you read in the chapters. These live exercises allow easier learning for readers by switching swiftly between theory and practice. Lastly, we provide extended case studies that aim to assist readers in exploring more dimensions of JavaScript as a language. There is so much you can cover in a book, right? With that said, we hope that this book offers you an amazing experience at hands-on learning, and you can come back to it whenever you need a little refreshment.

Ravi Tomar

Sarishma Dangi

Acknowledgements

Writing a book resembles a marathon. It is a long and tedious process. This work would not have been the way it is if not for the support provided by two very special individuals.

A special thanks to Dibyasom Puhan, Undergraduate student at School of Computer Science, University of Petroleum and Energy Studies, Dehradun for his untiring support in developing hands-on code and flawless execution of work. Dibyasom is always a dedicated and sincere individual to trust upon.

Other big thanks go to Kamakshi Negi for her contribution and support throughout the writing of this book. Many times, it is hard to move on. In those moments, she gave us light and never hesitated to step in and contribute to this work. We are humbled to have Dibyasom and Kamakshi with us. We wish them joy, success, and warmth wherever they go in the future. Needless to say, we are always a phone call away.

Authors

Dr Ravi Tomar is currently working as Associate Professor in the School of Computer Science at the University of Petroleum & Energy Studies, Dehradun, India. He is an experienced academician with a demonstrated history of working in the higher education industry. Skilled in Programming, Computer Networking, Stream Processing, Python, Oracle Database, C++, Core Java, J2EE, RPA and CorDApp. His research interests include Wireless Sensor Networks, Image Processing, Data Mining and Warehousing, Computer Networks, Big Data Technologies and VANET. He has authored 60+ papers in different research areas, filled four Indian patent, edited 5 books, and have authored 4 books. He has delivered Training to corporations nationally and internationally on Confluent Apache Kafka, Stream Processing, RPA, CordaApp, J2EE and IoT to clients like KeyBank, Accenture, Union Bank of Philippines, Ernst and Young and Deloitte. Dr Tomar is officially recognized as Instructor for Confluent and CordApp. He has conducted various international conferences in India, France and Nepal. He has been awarded a Young Researcher Award in Computer Science and Engineering by RedInno, India in 2018, Academic Excellence and Research Excellence Award by UPES in 2021 and conferred by Research Excellence Award 2021 by Honble Chief Minister of Uttarakhand State, India.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «JavaScript: Syntax and Practices»

Look at similar books to JavaScript: Syntax and Practices. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «JavaScript: Syntax and Practices»

Discussion, reviews of the book JavaScript: Syntax and Practices and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.