-
charAt(pos: number): string
ES1Returns the character at index
pos
, as a string (JavaScript does not have a datatype for characters).str[i]
is equivalent tostr.charAt(i)
and more concise.> 'abc'.charAt(1)
- Partition a drive on Windows and delete it so that it's free space. Note the size since we'll need it later.
- Boot into Arch
- Run
fdisk -l
to see the partitions. - Run
parted
. - Run
print free
to see the free space and note theStart
andEnd
points. - Create the following partitions, keeping in mind to replace the start and end values with the appropriate numbers: