Skip to content

Instantly share code, notes, and snippets.

@qt91
Last active February 25, 2019 04:09
Show Gist options
  • Save qt91/800eff035c7c40daee19fe03b8fe1fef to your computer and use it in GitHub Desktop.
Save qt91/800eff035c7c40daee19fe03b8fe1fef to your computer and use it in GitHub Desktop.
js-log
/**
* Khi log 1 object nếu object có quá nhiều cấp sẽ hiển thị không đủ thông tin [Array]...
* Sử dung cách convert sang String sẽ giúp xem được hết thông tin
*/
console.log(JSON.stringify(results, null, 4));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment