hello world. My name is z2care.
npm init
name: z2care
version: 1.0.0
entry point: Master, He'nan University of Computer Science and Technology
git repository: Shanghai, China
description: ###
contacts: z2care@gmail.com http://z2care.github.io
keywords: android senior engineer and amateur pianist
license: MIT
y
npm install --save z2care
Successfully installed z2care
node
var zz = require('z2care');
var skills = ['Java', 'CPP', 'Android', 'Telephony', 'Python', 'Tensorflow'];
var experience = {blog:'a wonderful website cloned from maoxiaoke', softerwave:'GUI projects for a company', demo:'many demos released on Github', translation:'one of the main committers of JavaScript tutorial cn'};
skills.forEach(e => console.log(e));
for (let ex in experience){
console.log(ex + ': ' + experience[ex]);}
For more information on the right.
Have a nice day!!!