University of Glasgow - Computational Thinking with JavaScript 2: Model & Analyse
- Offered byCoursera
Computational Thinking with JavaScript 2: Model & Analyse at Coursera Overview
Duration | 20 hours |
Total fee | Free |
Mode of learning | Online |
Official Website | Explore Free Course |
Credential | Certificate |
Computational Thinking with JavaScript 2: Model & Analyse at Coursera Highlights
- Earn a Certificate upon completion
Computational Thinking with JavaScript 2: Model & Analyse at Coursera Course details
- This is the second course in a sequence of four courses that develops essential 21st century computational thinking (CT) skills using the popular JavaScript programming language
- At the end of this second course you will: know a framework for CT to help you model the real world using abstract data structures; have developing CT skills so that you can perform comon data analytics tasks; be able to read and write programs in JavaScript that involve processing, analysing and visualizing data, using a specialised library; and post your creations on the web to share your code with others
- This course is suitable for: learners who have taken the first course in this specialization 'Computational Thinking in JavaScript 1: Draw and Animate' or for those who have basic JavaScript skills and want to learn about simple data analytics
Computational Thinking with JavaScript 2: Model & Analyse at Coursera Curriculum
Sequences of Data
Welcome to the course
Modifying arrays in JavaScript
Going through arrays with for loops
Variables have roles
Introducing CSV files
Two-dimensional arrays
Who am I? More about Jeremy Singer
Introducing arrays
Introductory arrays quiz
Interacting with data in CSV files
Objects Everywhere
Introducing objects in JavaScript
Data structure traversal (part 1)
Data structure traversal (part 2)
Save that data
What do we know about objects?
Data structures quiz
What do you know about JSON?
CSV versus JSON
JSON and web services
Nested Data Structures
Collecting your own data
Draw a chess board
Parsing CSV files with headers
Wordclouds
Thinking about data structures
Choose your own data structure
More CSV data analytics
Integrative Coding Project
Coding project overview
Coding project hints
More coding project hints
Code comments
Project extensions
Comments quiz