util.insprct
15 May 2022javascript
typescript
有時使用console.log
印出JSON檔時,會顯示很惱人的:
verificationMethod: [ [Object], [Object] ]
這時候可以用
const util = require('util')
console.log(util.inspect(myObject, false, null, true))
來解決
javascript
typescript
有時使用console.log
印出JSON檔時,會顯示很惱人的:
verificationMethod: [ [Object], [Object] ]
這時候可以用
const util = require('util')
console.log(util.inspect(myObject, false, null, true))
來解決
solidity
picoCTF
Go
ethernaut
linux
leetcode
blockchain
array
sql
react
leetcode-top-interview
medium
typescript
smart-contract
two-pointer
solana
javascript
java
ethereum
easy
css
Linux
zsh
ubuntu
next.js
jekyll
http
hardhat
golang
ethers
docker
Secureum
Rust
web
wallet
vscode
typeorm
truffle
stack
shell
rpc
notion
notes
nodejs
nextjs
mocha
html
go
github
git
geth
filesystem
express
eslint
cloudflare
Vim
DSA