Become a member
Sign in
Kate Ma
Kate Ma

Kate Ma

21 Following
17 Followers
  • Profile

  • Claps

  • Highlights

Highlighted by Kate Ma

See more

From JavaScript Object vs JSON by Ibidapo-Obe Taiwo

Another good advantage of JSON is the ability to pass the value or data into a JavaScript object. This can simply be done using a JavaScript command as shown below.

From Javascript: Object Literal vs. JSON by Daniel Zhou

Javascript has built-in support for conversion between JSON and javascript object. To convert an object ‘obj’ to a JSON data, you can use JSON.stringify(obj). To create javascript object from JSON data ‘data1’, you can use JSON.parse(data1)

From Genetic Research and Testing: A World of Possibilities by Helix

In many cases, the genetic contributors to the majority of diseases or traits are complex and interwoven with the environment. This is one of the reasons why genetic information is often described in terms of probabilities with terms like “risk”, “odds”, or “predisposition”. For example, much like smoking increases your risk for a heart condition, a certain combination of …

Claps from Kate Ma

See more

Uber Is Going to Zero and Their VC Backers Know It

Matt Ward

Object Detection with 10 lines of code

Moses Olafenwa

Deep learning in your browser: A brisk guide

Mike Shi