I want to pull the variables of connectData for some debugging. When I do type of I get object back thinking this was an array and I can do connectData[1] I get undefined,
So if I want to log out just the host name from connectData can someone please show me an example?
var connectData = {
hostname: 127.0.0.1,
port: 1521,
database: "db", // System ID (SID)
user: "usename",
password: "password"
}