ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب JavaScript Essentials For Dummies

دانلود کتاب ملزومات جاوا اسکریپت برای Dummies

JavaScript Essentials For Dummies

مشخصات کتاب

JavaScript Essentials For Dummies

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781394263226, 9781394263233 
ناشر: WILEY 
سال نشر: 2024 
تعداد صفحات: 192 
زبان: English 
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 2 Mb 

قیمت کتاب (تومان) : 51,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 10


در صورت تبدیل فایل کتاب JavaScript Essentials For Dummies به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب ملزومات جاوا اسکریپت برای Dummies نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب ملزومات جاوا اسکریپت برای Dummies

راهنمای شروع مختصر و قابل هضم برای برنامه نویسی جاوا اسکریپت JavaScript Essentials For Dummies مرجع سریع شما به تمام مفاهیم اصلی در مورد جاوا اسکریپت است - زبان اسکریپت نویسی پویا که اغلب گام نهایی در ایجاد وب سایت های قدرتمند است. این کتاب بی‌معنا به اصل مطلب می‌پردازد و مطالب مروری، توضیحات لفظی و کرک را حذف می‌کند. همه آنچه را که باید در مورد مبانی جاوا اسکریپت بدانید، به سرعت و شفاف بیابید. این کتاب کوچک قابل اعتمادی است که همیشه می توانید برای پاسخ به آن مراجعه کنید. آشنایی سریع و کامل با مفاهیم اساسی کدنویسی با جاوا اسکریپت را دریافت کنید آنچه را که قبلاً آموخته‌اید مرور کنید یا مهارت‌های ضروری جدید را به دست آورید. ویژگی‌های تعاملی را به وب‌سایت‌ها با برنامه‌نویسی جاوا اسکریپت اضافه کنید این کتاب مرجع مختصر را برای دویدن حافظه خود در حین کار مفید نگه دارید. این کتاب بسیار مهم است، تمرکز بر موضوعات کلیدی که شما باید در مورد این زبان برنامه نویسی محبوب بدانید. برای تکمیل یادگیری کلاس درس، بررسی برای دریافت گواهینامه، یا آگاه ماندن در کار عالی است.


توضیحاتی درمورد کتاب به خارجی

The concise and digestible get-started guide to JavaScript programming JavaScript Essentials For Dummies is your quick reference to all the core concepts about JavaScript—the dynamic scripting language that is often the final step in creating powerful websites. This no-nonsense book gets right to the point, eliminating review material, wordy explanations, and fluff. Find out all you need to know about the foundations of JavaScript, swiftly and crystal clear. Perfect for a brush-up on the basics or as an everyday desk reference on the job, this is the reliable little book you can always turn to for answers. Get a quick and thorough intro to the basic concepts of coding with JavaScript Review what you\'ve already learned or pick up essential new skills Add interactive features to websites with JavaScript programming Keep this concise reference book handy for jogging your memory as you work This book is to the point, focusing on the key topics you need to know about this popular programming language. Great for supplementing classroom learning, reviewing for a certification, or staying knowledgeable on the job.



فهرست مطالب

Cover
Table of Contents
Title Page
Copyright
Introduction
   About This Book
   Foolish Assumptions
   Icons Used in This Book
   Where to Go From Here
Chapter 1: JavaScript: The Big Picture
   Adding JavaScript Code to a Web Page
   What You Need to Get Started
   Dealing with Two Exceptional Cases
   Commenting Your Code
   Moving to External JavaScript Files
Chapter 2: Programming with Variables
   Getting Your Head around Variables
   Naming Variables: Rules and Best Practices
   Understanding Literal Data Types
Chapter 3: Building Expressions
   Understanding How Expressions Are Structured
   Creating Numeric Expressions
   Building String Expressions
   Building Comparison Expressions
   Building Logical Expressions
   Understanding Operator Precedence
Chapter 4: Controlling the Flow of JavaScript
   Decision-Making with if Statements
   Branching with if…else Statements
   Understanding the Value of Code Looping
   Working with while Loops
   Working with for Loops
   Working with do…while Loops
Chapter 5: Harnessing the Power of Functions
   Getting to Know the Function Structure
   Making a Function Call
   Passing One or More Values to a Function
   Getting a Value from a Function
   Working with Anonymous Functions
   Working with Arrow Functions
Chapter 6: Coding the Document Object Model
   Getting Familiar with Objects
   Introducing the Document Object Model
   Specifying Elements in Your Code
   Touring the DOM with Code
   Adding, Modifying, and Removing Elements
   Using Code to Mess Around with CSS
   Using Code to Tweak HTML Attributes
   Listening for Page Events
Chapter 7: Working with Arrays
   What Is an Array?
   Declaring an Array
   Populating an Array
   Iterating Arrays
   Manipulating Arrays
Chapter 8: Coding Strings and Dates
   Manipulating Strings
   Dealing with Dates and Times
Chapter 9: Debugging JavaScript
   Laying Out Your Debugging Tools
   Debugging 101: Using the Console
   Putting Your Code into Break Mode
   Stepping Through Your Code
Chapter 10: Dealing with Form Data
   Coding Text Fields
   Programming Checkboxes
   Coding Radio Buttons
   Programming Selection Lists
   Working with Form Events
   Handling Form Data
Chapter 11: Ten JavaScript Debugging Strategies
   Get Thee to Your Dev Tools
   The Console Is Your Best Debugging Friend
   Give Your Code a Break(point)
   Step Through Your Code
   Monitor Variable and Object Property Values
   Indent Your Code
   Break Down Complex Tasks
   Break Up Long Statements
   Comment Out Problem Statements
   Use Comments To Document Your Scripts
Index
About the Author
Advertisement Page
Connect with Dummies
End User License Agreement




نظرات کاربران