it-job-roles
v1.0.5
Published
this package contains function to show random it job roles and their work responsibilities
Readme
it-job-roles
fetchRandomJobRole()
The result will be in the form of json object including 2 properties: role & description
const itJobRoles = require("it-job-roles");
let result = itJobRoles.fetchRandomJobRole();showRandomJobRole()
The result will be in the form of string: \n
const itJobRoles = require("it-job-roles");
console.log(itJobRoles.showRandomJobRole());New job roles will be added as the time flows !
